ODBCCanTransact

Returns whether the database allows transactions.

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

Syntax

Web Studio Help nction odbc odbccantransact.xml d173856e76 ODBCCanTransact
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 )

ODBCCanTransact