ODBCBeginTrans

Begins a transaction with the connected data source.

Function Group Execution Windows Embedded Thin Client
ODBCBeginTrans ODBC Synchronous Supported Not supported Executed on Server

Syntax

ODBCBeginTrans(numHandler)
numHandler
The handler returned by the ODBCOpen function.

Returned value

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

Examples

Tag Name Expression
Tag ODBCBeginTrans( 5 )