dbsync_app.register_local_change_s()

Same as register_local_change() but with string column.

Syntax

FUNCTION register_local_change_s(
      tabname STRING,
      columns DYNAMIC ARRAY OF STRING,
      pkeyval STRING
  )
  RETURNS INTEGER
  1. tabname is the name of the table.
  2. columns is the list of columns to be modified.
  3. pkeyval is the String value of the primary key column.
Returns:
  1. The status.