Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This program is used to edit resources in database tables that mimic the functionality of the RESX files. Its main utility is to synchronize the resources between databases by providing the connection string of both. It does so by comparing the update date of each resource and updating the old or missing resources.

Good To Know

<--->While syncing the resources, it will try to disable the triggers on the resource tables to avoid the automatic updating of the update date, since this would lead to a constant updating if the program is run more than once.

How-To and Fixes

<--->