The Advantage OLE DB Provider implements the following properties in the DBPROPSET_VIEW property set.
Property ID |
Description |
DBPROP_FILTERCOMPAREOPS
|
Type: VT_I4 Typical R/W: Read-only Default: DBPROPVAL_CO_EQUALITY | DBPROPVAL_CO_STRING | DBPROPVAL_CO_CONTAINS | DBPROPVAL_CO_BEGINSWITH Description: This specifies the filter operations that are supported by the Advantage OLE DB Provider. The provider supports LT, LE, EQ, GE, GT, NE, BEGINSWITH, NOTBEGINSWITH, CONTAINS, and NOTCONTAINS. |
DBPROP_IViewChapter |
Type: VT_BOOL Typical R/W: Read-only Default: VARIANT_TRUE Description: Indicates that the Advantage OLE DB Provider supports the IViewChapter interface on view objects. |
DBPROP_IViewFilter |
Type: VT_BOOL Typical R/W: Read-only Default: VARIANT_TRUE Description: Indicates that the Advantage OLE DB Provider supports the IViewFilter interface on view objects. |
DBPROP_ISupportErrorInfo |
Type: VT_BOOLTypical R/W: Read-only Default: VARIANT_TRUE Description: Indicates that the Advantage OLE DB Provider supports the ISupportErrorInfo interface on view objects. |
DBPROP_MAXORSINFILTER |
Type: VT_I4 Typical R/W: Read-only Default: 0 Description: Indicates the maximum number of disjoint conditions that can be supported in a view filter. This property returns a value of 0 because the Advantage OLE DB Provider does not limit the number of conditions that can be joined with OR operators. |