Results 1 to 1 of 1

Thread: RDS Problem (RESOLVED !!)

  1. #1

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    Angry RDS Problem (RESOLVED !!)

    Hi im trying to access a database remotely
    (well its on my pc using IIS)
    but i require it to be remotely accessed later

    anyways i keep getting this error

    heres the error code



    here's my connection code

    VB Code:
    1. MyConn.ConnectionString = "Provider=MS Remote;Remote Server=http://127.0.0.1/;" _
    2.             & "Remote Provider=Microsoft.Jet.OLEDB.4.0;" _
    3.             & "Data Source=c:\inetpub\wwwroot\data.mdb;"
    4.   MyConn.Open



    TO sort this out change the registry entry on the server to allow connections by databases

    read this to fix it

    http://support.microsoft.com/default...NoWebContent=1
    Last edited by señorbadger; Dec 30th, 2003 at 03:38 PM.

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