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_insert 脚本

在处理上载的过程中,MobiLink 服务器使用此事件来处理插入到远程数据库中的行。

下面是一个在 upload_insert 脚本中使用的 INSERT 语句。

INSERT INTO emp ( emp_id, emp_name )
VALUES ( { ml r.emp_id }, { ml r.emp_name } );
 注意
 另请参见