Script functions reference > Script functions in alphabetical order > O > OdbcCommitTrans

OdbcCommitTrans
Syntax
ODBCCommitTrans(str_dbidentifier);
str_dbidentifier
Description
Commits a transaction that you have opened with ODBCBeginTrans. The changes within the transaction are saved to the database and the transaction is ended.
Returns
1
-1
Example
ODBCCommitTrans("my_identifier");
OpenText StreamServe 5.6 Updated: 2013-03-01