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 (中文) » MobiLink - 服务器管理 » MobiLink 事件 » 同步脚本编写 » 用于上载行的脚本

 

upload_update 脚本

在处理上载的过程中,MobiLink 服务器使用此事件处理在远程数据库中更新的行。以下 UPDATE 语句可用作 emp 表的 upload_update 脚本。

UPDATE emp
SET emp_name = {ml r.emp_name}
WHERE emp_id = {ml o.emp_id};
 注意
 另请参见