StringFormatEnum

Applies to: Access 2013, Office 2013

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