I'm looking for some advice on synchronizing a NT 7 app with a desktop app. Both apps use TPS files. with the apps run on different virtual servers on the same network. On the server running the NT 7 app, I have a drive mapped to the location of the desktop app.
My thought is to build a source procedure that opens the coresponding web and desktop files, and move/copy any new web app data to the desktop file. I intend to call this procedure manually from an "Admin" menu I have set up. If this works, I will then create a standalone version of the procedure, to run as a service so data can be moved automatically on a periodic basis.
I will only move/copy data if it does not exist in the desktop file, or copy if it has changed. I have done this successfully in other desktop apps by creating a CRC of a record and storing this in the file. I can then use this to see if a record has changed, but I'm open to other suggestions if there is a better way.
Thanks,
Jeff King