Hi. I'm trying to connect to an Access Database and I was successful in doing so on localhost. I used an OleDBConnection and OleDBCommand to do a simple connection. Everything is working fine.

However, I want to modify this to connect to a database on another server lets say with ip 100.100.110.121. So i copied the database on that server but not finding a way to connect other than a database on localhost.

I never had to use Access this way but I did something a while ago with oracle which has a client and server, and you install the client on a machine, connect to the server, and the program connects to the client. I really have no idea if Access is like this, or if I could directly connect to it on another server.

Any suggestions?

Jennifer