ODBCRollBack

Reverses the changes made during a transaction.

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

Syntax

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

Returned value

0 Success
1 Invalid handler
2 Database no open
3 Error rolling back transaction

Examples

Tag Name Expression
Tag ODBCRollback( 4 )