Results 1 to 3 of 3

Thread: connecting to a remote access db

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    connecting to a remote access db

    Is it possible to connect to an access database on a web server. I found this in the faq http://www.vbforums.com/showthread.php?p=2223896, but i think it means a server on a local network.

    thanks in advance
    chris1990
    If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.

    If you fail, try and try again, its the only way to success.

  2. #2
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: connecting to a remote access db

    That link does exactly what you want Just make sure the server has IIS i suppose and have a look over the MSDN link included in RhinoBull's post

  3. #3
    Fanatic Member lerroux's Avatar
    Join Date
    Nov 2005
    Location
    Welcome to the darkside... we have cookies
    Posts
    646

    Re: connecting to a remote access db

    rhinobull posted something like: #
    strConString = "Provider=MS Remote;" & _
    #
    "Remote Server=http://192.168.1.1;" & _
    #
    "Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _
    #
    "Data Source=MyRemoteDB;Persist Security Info=False"

    do that... change the ipaddress to your server's public ip address, not the private address if it's on the internet...
    WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...

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