Main Content
commit
Make database changes permanent
Syntax
commit(conn)
Description
commit(conn)
makes permanent changes made to the
database connection conn
since the last commit
or
rollback
function was run. To run this
function, the AutoCommit
flag for conn
must be
off
.
Examples
Tips
For ODBC connections, you can use the commit
function with the
native ODBC interface. For details, see database
.
Version History
Introduced before R2006a