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 » Remote data and bulk operations » Remote data access

 

Remote procedure calls (RPCs)

SQL Anywhere users can issue procedure calls to the following remote servers:

SQL Anywhere supports fetching result sets from remote procedures, including fetching multiple result sets. As well, remote functions can be used to fetch return values from remote procedures and functions. Remote procedures can be used in the FROM clause of a SELECT statement.

 Data types for remote procedures

Creating remote procedures (Sybase Central)
Creating remote procedures (SQL)
Dropping remote procedures