PDA

Click to See Complete Forum and Search --> : Remote DataBase connections


Rad_Brad
Jan 14th, 2000, 05:37 AM
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

JorgeLedo
Jan 15th, 2000, 11:26 AM
Map a network drive to the Database directory and coe it as local DB.


------------------
Jorge Ledo
j_ledo@hotmail.com
Portugal

Clunietp
Jan 15th, 2000, 11:34 AM
if these computers are on the same LAN, you can access the database using the UNC pathname: \\Computername\Sharename\Filename.abc