ADOX

from Wikipedia, the free encyclopedia

ADOX stands for ActiveX Data Objects Extension . There is an extension for ADO and contains DCOM - interfaces for examining and modifying databases and other tabular data sources.

The creation of users and user groups via the interfaces was planned by Microsoft , but has not yet been implemented.

The most important interfaces are:

  • Catalog - establishes the connection to the Connection interface
  • Tables - List of all tables in a database
  • Table - maps the properties of a table
  • Columns - List of all columns in a table
  • Column
  • Views
  • View
  • Indexes
  • index
  • Keys
  • Key

These interfaces form an object hierarchy with the Catalog interface at the top.

Web links