Script functions reference > Script functions in alphabetical order > O

O
OdbcBeginTrans
Syntax
ODBCBeginTrans(str_dbidentifier);
str_dbidentifier
Description
Begins a new transaction, which opens two possibilities:
To commit the transaction, call the ODBCCommitTrans function.
To end the transaction, call the ODBCRollbackTrans function.
Returns
N/A
Example
ODBCBeginTrans("my_identifier");
OpenText StreamServe 5.6 Updated: 2013-03-01