OLE Object Support Property

ADO and SQL Server

ADO and SQL Server

OLE Object Support Property

The OLE Object Support property returns a bitmask that specifies how the provider supports access to BLOBs and COM objects stored in columns.

Applies To
Connection Object
Syntax

object.Properties("OLE Object Support")

Parts

object

Expression that evaluates to an object in the Applies To list.

Settings

A combination of zero or more of the following settings:

Constant Description
DBPROPVAL_OO_BLOB The provider supports access to BLOBs as structured storage objects. A consumer determines which interfaces are supported using the Structured Storage property.
DBPROPVAL_OO_DIRECTBIND The provider supports direct binding.
DBPROPVAL_OO_IPERSIST The provider supports access to COM objects.
DBPROPVAL_OO_ROWOBJECT The provider supports row objects.
DBPROPVAL_OO_SCOPED Indicates that row objects implement IScopedOperations.
DBPROPVAL_OO_SINGLETON The provider supports singleton selects. The provider supports the return of row objects using the Execute method.

Data Type

adInteger

Modifiable

Read-only

OLE DB Property

DBPROP_OLEOBJECTS