ODBCBeginTrans(str_dbidentifier);
str_dbidentifier The identifier specified in OdbcConnect.
 • To commit the transaction, call the ODBCCommitTrans function.
 • To end the transaction, call the ODBCRollbackTrans function.ODBCBeginTrans("my_identifier");
| OpenText StreamServe 5.6 | Updated: 2013-03-01 |