Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 » SQL Anywhere Server - SQL Usage » Stored procedures and triggers » Using procedures, triggers, and batches

 

Tips for writing procedures

This section provides some pointers for developing procedures.

 Check if you need to change the command delimiter
 Remember to delimit statements within your procedure
 Use fully-qualified names for tables in procedures
 Specifying dates and times in procedures
 Verifying that procedure input arguments are passed correctly