path from laptop to server?

Discussion in 'Databases' started by Bruce, Oct 9, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    Connection to a remote Access database require RDS which is a obsolete feature (according to MS). You can't just throw in the server path on your local application because it will look in the E Drive on YOUR computer not ours.


    quote:Originally posted by perpetualpr

    Hi

    I need the path (for my connect string) so that my VB program running on my laptop (windows XP) can connect to and open my microsoft Access database which is on your file server.

    I tried using "E:\web\perpetualpr\htdocs\webpage_data.mdb" but it said that this is an invalid path.


    PLEASE help!

    Thanks much
    -Doug



    Douglas Schofield
    </blockquote id="quote"></font id="quote">
     
  2. Hi

    I need the path (for my connect string) so that my VB program running on my laptop (windows XP) can connect to and open my microsoft Access database which is on your file server.

    I tried using "E:\web\perpetualpr\htdocs\webpage_data.mdb" but it said that this is an invalid path.


    PLEASE help!

    Thanks much
    -Doug



    Douglas Schofield
     
  3. So there is NO way to query/update an access database on the server from a client application?
     
  4. quote:Originally posted by Swood

    So there is NO way to query/update an access database on the server from a client application?
    </blockquote id="quote"></font id="quote">
    You could use webservices for that purpose

    --
    Steurm
    www.steurm.net/steurm
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page