Hello.
I have two different types of MS Access databases (A.mdb). One is on a server, and several databases at clients (B.mdb).
Now I want to develop some code that can extract data from the server (A.mdb) table directly to a client (B.mdb) table through internet just by pressing buttons.
I also want the clients (B.mdb) to update the server (A.mdb) table.
I have no experience with this, but I wonder if it is possible to use winhttp or winsock to do this?
Well, I have to start someplace.
I hope to be able to communicate directly between A.mdb and B.mdb just by entering right values and by pressing command buttons in B.mdb.
Any good suggestions what to use and were to start?
Bombus
I have two different types of MS Access databases (A.mdb). One is on a server, and several databases at clients (B.mdb).
Now I want to develop some code that can extract data from the server (A.mdb) table directly to a client (B.mdb) table through internet just by pressing buttons.
I also want the clients (B.mdb) to update the server (A.mdb) table.
I have no experience with this, but I wonder if it is possible to use winhttp or winsock to do this?
Well, I have to start someplace.
I hope to be able to communicate directly between A.mdb and B.mdb just by entering right values and by pressing command buttons in B.mdb.
Any good suggestions what to use and were to start?
Bombus
Comment