The MobiLink server uses this event during processing of the upload to handle rows updated at the remote database. The following UPDATE statement illustrates the use of the upload_update statement.
UPDATE emp SET emp_name = {ml r.emp_name} WHERE emp_id = {ml o.emp_id}; |
The column order must consist of non-primary key columns first, followed by one of the following:
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |