What would be the best way to sync a local Paradox database to an online SQL database?
It only needs to be a one way system; I need it to upload a phone logging database into my SQL database.
Currently I have a program that exports the table into a CSV and then uploads it to the sites FTP and then I was going to create a script to import that into the database for me, is there a better way / program to go about achieving this?
Many thanks.