Results 1 to 3 of 3

Thread: Remote DataBase connections

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    6

    Post

    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

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Location
    Oporto, Portugal
    Posts
    134

    Post

    Map a network drive to the Database directory and coe it as local DB.


    ------------------
    Jorge Ledo
    [email protected]
    Portugal

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    if these computers are on the same LAN, you can access the database using the UNC pathname: \\Computername\Sharename\Filename.abc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width