ODBCCanTransact

Returns whether the database allows transactions.

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

Syntax

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

Returned value

0 Database does not allow transactions.
Non-Zero Database does allow transactions.

Examples

Tag Name Expression
Tag ODBCCanTransact( 2 )