Create method (ADOX)
Applies to: Access 2013, Office 2013
Creates a new catalog.
Syntax
Catalog.CreateConnectString
Parameters
Parameter | Description |
---|---|
ConnectString | A String value used to connect to the data source. |
Remarks
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.