Declares that a transaction on a transaction server should be committed.
To commit a transaction |
Use |
---|---|
For OLETxnObject objects |
|
For TransactionServer objects |
Declares that the current transaction should be committed.
OLETxnObject objects
oletxnobject.SetComplete ( )
Integer. Returns 1 if it succeeds and -1 if an error occurs.
Declares that the transaction in which a component is participating should be committed and the component instance should be deactivated.
TransactionServer objects
transactionserver.SetComplete ( )
Integer. Returns 1 if it succeeds and -1 if an error occurs.