Access to 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