I'm making a program where the clients have to access a database on a server. How do I get it to find the database over the network?
Printable View
I'm making a program where the clients have to access a database on a server. How do I get it to find the database over the network?
If you are using ADO to connect ot the database and the LAN setting is correct, then you just need to specify the server name in the connection string. The client PC will be able to locate the server thru the connection string.