Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

Using Rowsets

  • Last Updated: June 26, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 8.1
    • Documentation

ADO/OLE DB data providers use rowsets to expose data in tabular form. The ADO Client supports the IOpenRowset interface, which retrieves all data from a table for a consumer. In addition, the ADO Client supports the ICommand interface, which allows a consumer to get a rowset that meets a specific criteria.

See the Supported Schema Rowsets for information on the schema rowsets supported.

For more information about rowsets, refer to your Microsoft OLE DB programming documentation.

Alert