i didnt see it so insane.. ill give you the global picture:
there is a general office, and it has smaller offices, that sells products, the general office is the responsable for keeping the right inventory and all in the smaller ones.
now, each small office, keeps a stand alone application, with its own database (in access), this application was made especially for them and thats what they use when a client comes and buys a product and everything.
ok... all the reports and all the information the main office needs is obtained from reports of this small application and sent by email, or by fax or by any way they want.
Ok, now, what im building is a main Database on the main office to concentrate all the information, so they dont have to send the reports all the time. I want to do a web app, that runs on a server at the main office with a MySQL Database, i want this application to be able to obtain the data from all the access standalone databases and put it in the MySQL database, so it can be accessed by anyone who wants it, and the main office can have a better control over the smaller ones.
the small offices dont have a very goof internet connection (they use a modem) and there is no way they will get a direct connection (like E1 or something like that)
my problem would be fixed very easlyly if i could get a remote access to the ODBC on my clients computer, if i could just specify something like this:
jdbc

dbc:200.10.10.1/myODBCName
200.10.10.1 would be the ip of the client that logged in the servlet
i know its not the better way to so the things, but i cannt modofy the app they already have, and i cann tinstall a database server in each small office because i cannt go to each store, they are all over the country.
i hope you understand me.. and any ideas are accepted..
Eli