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 |
Returned value
| 0 | Database does not allow transactions. |
| Non-Zero | Database does allow transactions. |
Examples
| Tag Name | Expression |
|---|---|
| Tag | ODBCCanTransact( 2 ) |
