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?
lychew
Jan 15th, 2000, 01:53 PM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.