Use this method to create a new Repository database. The fundamental Repository tables are automatically created. The root Repository object of the new Repository is passed back to the caller.
Set variable = object.Create( connect, user, password, flags )
The Create method syntax has the following parts.
| Part | Description |
| variable | A variable declared as a RepositoryObject. Receives the root Repository object for the new Repository. |
| object | The instance of the Repository class that you are using to create the new Repository database. |
| connect | The ODBC connection string to be used for accessing the database server that will host your new Repository. |
| user | The user name to use for identification to the database server. |
| password | The password that matches the user input parameter. |
| flags | Flags that determine database access and caching behavior for the open Repository. For details, see the ConnectionFlags Enumeration. |