Print Logger Database Updater

Top  Previous  Next

The Print Logger Database Purger tool (plUpdateTable.exe) is placed in the Print Logger folder and is intended for updating database tables.

 

The command line syntax is:

 

plUpdateTable.exe "Path to the single SQL script\filename.sql" | "Path to the folder with SQL scripts\*"  [-drop]

 

"Path to the single SQL script\filename.sql"  - should pointed to one SQL script file.

"Path to the folder with SQL scripts\*"  - should pointed to folder contained one or more SQL scripts.

-drop - drops table in the database before importing data. Optional parameter, should be used only if problem occur when importing script without this parameter.

 

This tool also can be used as restore tool, if the database backup was created  with the Print Logger Database Dumper tool.