Synchronizing Commit Operations

Meta Data Services Programming

Meta Data Services Programming

Synchronizing Commit Operations

When programming a multithreaded repository application, synchronize repository commit operations between application threads. Specifically, synchronize the use of the following methods:

  • The Count method of the IRelationshipCol interface

  • The ObjectInstances method of the IClassDef interface

  • The ObjectInstances method of the IInterfaceDef interface

  • The ExecuteQuery method of the IRepositoryODBC interface

See Also

IClassDef::ObjectInstances

IInterfaceDef::ObjectInstances

IRelationshipCol::get_Count

IRepositoryODBC::ExecuteQuery

Managing Transactions and Threads

Restrictions for Microsoft Jet Repository Databases