Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |