Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
Property group: Column
Property set: DBPROPSET_COLUMN
Type: VT_BOOL
Typical R/W: R/W
Description: Is Long
Indicates whether a column can contain a long value.
| Value | Meaning |
|---|---|
| VARIANT_TRUE | The column can contain a long value, and pwszTypeName in the DBCOLUMNDESC structure is not required to be specified. If pwszTypeName is not specified, the provider determines the best underlying type as follows:
If pwszTypeName is specified, the provider uses wType, ulColumnSize, bPrecision, and bScaleas well as DBPROP_COL_FIXEDLENGTH, DBPROP_COL_ISLONG, and any other column propertiesto verify that the selected pwszTypeName matches the specified values. |
| VARIANT_FALSE | The column cannot contain a long value. |
1998-2001 Microsoft Corporation. All rights reserved.