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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » 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 (SQL)
Creating remote procedures (Sybase Central)
Dropping remote procedures (SQL)
Dropping remote procedures (Sybase Central)