dbsync_app.register_local_tables()
Initializes local changes registration.
Syntax
FUNCTION register_local_tables(
tabinfo dbsync_core.t_tabinfo
)
- tabinfo is the list of tables to register.
Usage
This function must be called once after connecting to the local database, to register SQL tables used by the app.
Stash tables are automatically created. These are used to save data rows when registered local
changes with the register_local_*()
functions.
The tabinfo list can be filled with the get_app_tables()
function.