Writing upload_delete scripts

The MobiLink server uses this event during processing of the upload to handle rows deleted from the remote database. The following statement shows how to use the upload_delete statement.

DELETE FROM emp
WHERE emp_id = {ml r.emp_id};
Notes
  • When synchronizing a remote database using MobiLink client version 9.0 or earlier, or when using question marks instead of named parameters as placeholders, the number of parameters must be equal to one of the following:

    • The number of primary key columns.

    • The number of all columns.

See also