TAdsConnection.Commit
Advantage TDataSet Descendant
|
TAdsConnection.Commit Advantage TDataSet Descendant |
|
|
|
|
TAdsConnection.Commit Advantage TDataSet Descendant |
|
|
Permanently stores all of the database updates, inserts, and deletes sent to the server since the transaction began.
Syntax
procedure Commit;
Description
Call this function to permanently store the database updates, inserts, and deletes made during the transaction. If a connections has nested transactions, the nesting level will be decremented, but the work will not be committed.
When used in nested transactions, commits of the inner transactions does not commit the data or release locks. Only committing the outer most transaction will commit the work and end the transaction.
This method is ignored if the connection is using Advantage Local Server. See Advantage Transaction Processing for more information.
See Also