Skip to main content
Skip table of contents

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)
1: SQL command is undone (ROLLBACK)

Result:

Integer

Error status: 0 : command resolved correctly, -9999: the command is not allowed in this context

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.