-
I need to know if anyone knows how to access a database remotely.
Example: I'm working on a project where I have multiple users accessing the same database off of a server. What control or coding do I use to get the client machines to access the database off of the server?
Brad
-
Map a network drive to the Database directory and coe it as local DB.
------------------
Jorge Ledo
[email protected]
Portugal
-
if these computers are on the same LAN, you can access the database using the UNC pathname: \\Computername\Sharename\Filename.abc