fbsql_commit
Commits a transaction to the database
&reftitle.description;
boolfbsql_commit
resourcelink_identifier
Ends the current transaction by writing all inserts, updates and deletes
to the disk and unlocking all row and table locks held by the transaction.
This command is only needed if autocommit is set to false.
&reftitle.parameters;
&fbsql.link-identifier.description;
&reftitle.returnvalues;
&return.success;
&reftitle.seealso;
fbsql_autocommit
fbsql_rollback