RAD Studio VCL Reference
|
Starts a transaction that encapsulates all activity until a call to PSEndTransaction.
procedure PSStartTransaction; override;
virtual __fastcall PSStartTransaction();
The provider component applies updates within a transaction, if possible. To do so, it calls PSStartTransaction to start a transaction before applying updates, and calls PSEndTransaction when all updates are applied or too many errors are encountered.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|