Transactions and savepoints in procedures

SQL statements in a procedure or trigger are part of the current transaction. You can call several procedures within one transaction or have several transactions in one procedure.

See ”Transactions and savepoints in procedures and triggers” in SQL Anywhere Server - SQL Usage.

NoteSybase IQ does not support triggers. Information on triggers in the SQL Anywhere documentation can be ignored.

For more information, see: