AdoCatalog Class

<< Click to Display Table of Contents >>

Navigation:  Adox Classes >

AdoCatalog Class

Previous pageReturn to chapter overviewNext page

Purpose

Catalog Class (ADOX)

 

Prototype

CLASS AdoCatalog INHERIT AdoObject

 

Constructor

Init()        Create Object of type AdoCatalog

 

Access

ActiveConnection        The ADO Connection object to which the Catalog belongs

Groups        Collection of Groups

Procedures        Collection of Procedures

Tables        Collection of Tables

Users        Collection of Users

Views        Collection of Views

 

Assign

ActiveConnection        The ADO Connection object to which the Catalog belongs

 

Method

Create()        Creates a new catalog

GetObjectOwner()        Gets the owner of an object in a Catalog

SetObjectOwner()        Sets the owner of an object in a Catalog

 

 

Description

Contains collections (Tables, Views, Users, Groups, and Procedures) that describe the schema catalog of a data source

 

See Also

AdoObject, ADOX Classes, AdoTables, AdoViews, AdoGroups, AdoUsers, AdoProcedures