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 服务器 - SQL 的用法 » 远程数据和批量操作 » 访问远程数据

 

使用远程过程调用 (RPC)

SQL Anywhere 用户可以向支持此功能的远程服务器发出过程调用。

SQL Anywhere、Adaptive Server Enterprise、Oracle 和 IBM DB2 支持此功能。发出远程过程调用与使用本地过程调用类似。

SQL Anywhere 支持读取远程过程的结果集,包括读取多个结果集。您也可以使用远程函数读取远程过程和函数的返回值。可以在 SELECT 语句的 FROM 子句中使用远程过程。


创建远程过程
删除远程过程