Commit - method of the PmaDatabase object
Description:
Closing the transaction processing of the database table
Note:
All methods for the modification of the database table (called after calling the
BeginTrans method) will be effective after calling
Commit method. If this method is not called, then the modifications of the table will not proceed.
The transaction processing cannot be supported by some databases, for example databases
Excel,
dBase,
PARADOX, basic version of the
MySQL database, etc.
Example:
JavaScriptVBScriptSelect and copy to clipboard
oDb.Commit();
oDb.Commit