Name

StringFormatEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

The StringFormatEnum enumeration indicates the format of a recordset when retrieving it as a string value.

Table E-51. The StringFormatEnum Enumeration

Enumeration (ADO/WFC)

Value

Description

adClipString (CLIPSTRING)
2

Indicates that when importing a Recordset as a String value, rows are delimited by RowDelimiter, columns by ColumnDelimiter, and NULL value by NullExpr.

ADO/WFC

The StringFormatEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.StringFormat.

See Also

Recordset.GetString Method

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.