memevertical2
Programmer
- May 2, 2008
- 35
Hi everyone. I made an app that uses a MDB (access) database. But now, my boss wants to have that same app on our second office (which is on a different location), and be able to access the same database. He wants both offices reading and writing to that database.
How can I do this? Can I just place the .mdb on a server and have both apps pointing at it?
Sorry for the dumb question but I have never done this.
By the way, I'm using ADOconnection to pint at the DB, and ADOTable and ADOQuery for everything else. All SQL commands.
Thanks.
How can I do this? Can I just place the .mdb on a server and have both apps pointing at it?
Sorry for the dumb question but I have never done this.
By the way, I'm using ADOconnection to pint at the DB, and ADOTable and ADOQuery for everything else. All SQL commands.
Thanks.