Supported OLE DB Property Groups
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
Note: The ADO and ADO.NET clients are currently available only in OpenAccess SDK 8.1. However, they are compatible with the OpenAccess SDK 9.0 server.
The ADO Client defines the properties that apply to data sources, and properties that provide a read-only set of information about the ADO Client and the data source.
To obtain a data provider’s property values, a data consumer calls one of the methods listed in the following table.
OLE DB Property Groups Supported by the ADO Client
| Property Group | Method Used to Obtain Values |
| Data Source | IDBProperties::GetProperties |
| Data Source Information | IDBProperties::GetProperties |
| Initialization | IDBProperties::GetProperties |
| Rowset | ICommandProperties::GetPropertiesIRowsetInfo::GetProperties |
| Session | ISessionProperties::GetProperties |