f$SQLTransact
f$SQLTransact
With this command, a transaction is either confirmed (value = 0) or undone (value=1). This command is only useful if the SQL_AUTOCOMMIT option has been deactivated.
Syntax: | Status = f$SQLTransact( Channel, Value ) | ||
| Argument | Type | Meaning |
| Channel | Integer | Channel number for the SQL connection |
| Value | Integer | 0: SQL command is executed (COMMIT) |
Result: | Integer | Error status: 0 : command resolved correctly, -9999: the command is not allowed in this context | |