Creates a new catalog.
Catalog.Create ConnectString
The Create method creates and opens a new ADO Connection to the data source specified in ConnectString. If successful, the new Connection object is assigned to the ActiveConnection property.
An error will occur if the provider does not support creating new catalogs.
Applies To: Catalog Object