How to Use Change Handlers with Tables in SaveToDB

How to Use Change Handlers with Tables in SaveToDB

You can set a table as a change handler for any object or for the table itself.

In this setup, SaveToDB products will save changes to the target table immediately after cell modifications.

Here's a sample configuration in the xls.handlers table:

IDTABLE_SCHEMATABLE_NAMECOLUMN_NAMEEVENT_NAMEHANDLER_SCHEMAHANDLER_NAMEHANDLER_TYPEHANDLER_CODETARGET_WORKSHEETMENU_ORDEREDIT_PARAMETERS
 s02cashbookChanges02cashbookTABLE
 s02view_cashbookChanges02cashbookTABLE_Commit
 s02usp_cashbookChanges02cashbookTABLE_Commit

Target tables must have primary key or identity columns, and these columns must exist in the selected data.

These handlers only update existing rows.

To mark changed rows as saved, include the _Commit keyword in the TARGET_WORKSHEET column.

To save new or deleted rows, users must click the Save button.

This website is using cookies. By continuing to browse, you give us your consent to our use of cookies as explained in our Cookie Policy.