Can't connect to .MDB remotely

Discussion in 'Databases' started by rrhandle, Dec 10, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am not able to connect to a .mdb at our DiscountASP site from another website.
    I have used the code below to do this successfully in the past, but it does not work with database at DiscountASP.
    Any suggestions?

    CBD_Pricing = 'Provider=MS Remote;' & _
    'Remote Server=HTTP://WWW.CAGESBYDESIGN.COM;' & _
    'Remote Provider=Microsoft.Jet.OLEDB.4.0;' & _
    'Data Source=[physical path here],' & _
    '[username here], [password here]'

    Thanks for any help you can offer.

    --Rob
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. OK. Thanks, Bruce. So how do I write the connection string?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    this depends on what you want to do.

    do you want to connect your webapp to an access db?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
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