RAD Studio VCL Reference
|
Ends a transaction that was started by a call to PSStartTransaction.
procedure PSEndTransaction(Commit: Boolean); virtual;
virtual __fastcall PSEndTransaction(Boolean Commit);
The provider component applies updates within a transaction, if possible. To do so, it uses PSEndTransaction in conjunction with the PSStartTransaction method.
The Commit parameter indicates whether the dataset should commit the current transaction (Commit is true), or roll it back (Commit is false).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|