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

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Usage » Stored Procedures and Triggers » Using procedures, triggers, and batches

 

Introduction to procedures

To use procedures, you need to understand how to:

  • Create procedures
  • Call procedures from a database application
  • Drop or remove procedures
  • Control who has permissions to use procedures

This section discusses the above aspects of using procedures, as well as some different applications of procedures.


Creating procedures
Altering procedures
Calling procedures
Copying procedures in Sybase Central
Deleting procedures
Returning procedure results in parameters
Returning procedure results in result sets