ODBCCommitTrans

Commits a transaction. Call this function upon completing transactions.

Function Group Execution Windows Embedded Thin Client Mobile Access
ODBCCommitTrans ODBC Synchronous Supported Not supported Executed on Server Not supported

Syntax

Web Studio Help nction odbc odbccommittrans.xml d175323e76 ODBCCommitTrans
numHandler
The handler returned by the ODBCOpen function.

Returned value

0 Success
1 Invalid handler
2 Database not open
3 Error committing transaction

Examples

Tag Name Expression
Tag ODBCCommitTrans( 1 )

ODBCCommitTrans