RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Mtx.CreateTransactionContext Function

Starts an MTS transaction.

Pascal
function CreateTransactionContext: ITransactionContext;
C++
ITransactionContext CreateTransactionContext();

CreateTransactionContext allows client applications to control MTS transactions. CreateTransactionContext returns an interface to the new transaction context. Use this interface to enlist MTS server objects in the transaction, and to commit or roll back the transaction when done. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!