What I want to do is the following.
We have a unix system with a lot of databases ...
I want to export (changing) information from those databases into a new database (Access or MySql database). Information in this database must be transfered to the MySql database on the internet server.
Records must be added, deleted, updated.
My problem is how to get the changed information from the generated database in the internet database ?
Please help ...