Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
Property group: Data Source Information
Property set: DBPROPSET_DATASOURCEINFO
Type: VT_I4
Typical R/W: R
Description: NULL Concatenation Behavior
Indicates how the data source object handles the concatenation of NULL-valued character data type columns with nonNULL-valued character data type columns. One of the following:
- DBPROPVAL_CB_NULLThe result is NULL valued.
- DBPROPVAL_CB_NON_NULLThe result is the concatenation of the nonNULL-valued column or columns.
1998-2001 Microsoft Corporation. All rights reserved.