Quote:
> I have a program running in two locations and they each need to update
each
> other with new and updated records. Has anyone got any tips on how to
> synchonise the data. Tables are Paradox7, BDE
Use a TClientDataSet.....SaveToFile as XML and the otherway around for
reading the data into a table...
Or use a good DBMS and let the app work on one database!!!