Procedure
AdaBase.Driver.Base.[DB].commit ()

This procedure completes an ongoing transaction. Errors will be logged if this executed without an active database connection, or if the connection is set to autocommit mode (which effectively prohibits transactions).


See drop table query and custom loggers for usage examples.


[DB] is "MySQL.MySQL_Driver", "PostgreSQL.PostgreSQL_Driver", or "SQLite.SQLite_Driver"

See Also