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
- tabname is the name of the table.
- columns is the list of columns to be modified.
- pkeyval is the String value of the primary key column.
Returns:
- The status.