StringFormatEnum
Specifies the format when retrieving a Recordset as a string.
Constant | Value | Description |
---|---|---|
adClipString | 2 | Delimits rows by RowDelimiter, columns by ColumnDelimiter, and null values by NullExpr. These three parameters of the GetString method are valid only with a StringFormat of adClipString. |
ADO/WFC Equivalent
Package: com.ms.wfc.data
Constant |
---|
AdoEnums.StringFormat.CLIPSTRING |