Overview of Procedures

Procedures store procedural SQL statements in a database for use by all applications. They can include control statements that allow repetition (LOOP statements) and conditional execution (IF and CASE statements) of SQL statements.

See SQL Anywhere 11.0.1 > SQL Anywhere Server - SQL Usage > Stored Procedures and Triggers > Using procedures, triggers, and batches > Procedure and trigger overview.

Note:

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