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

SQL Anywhere 12.0.1 » SQL Anywhere Server - SQL Usage » Stored procedures, triggers, batches, and user defined functions

 

Tips for writing procedures, triggers, user-defined functions, and batches

This section provides some pointers for writing procedures, triggers, user-defined functions, batches.

 Check if you need to change the SQL statement 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
 See also