Access to Microsoft® Repository methods and properties is supported at both the COM level and the Automation level.
| To | Use |
| Create a new Repository database and open it | Create method of the IRepository interface. |
| Open an existing Repository database | Open method of the IRepository interface. |
| Retrieve Repository error information | Automation: use the standard Err Automation object.
COM: methods of the IRepositoryErrorQueueHandler, IRepositoryErrorQueue, and IEnumRepositoryErrors interfaces. |
| Manage transactions in the Repository | Methods of the IRepositoryTransaction interface. To retrieve an interface pointer to the IRepositoryTransaction interface, use the Transaction property of the IRepository interface. |
For More Information Repository Error Handling