how to Connect access database which is on web server (ftp://www.abc.com) using ado

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 9815402440
    New Member
    • Oct 2007
    • 180

    how to Connect access database which is on web server (ftp://www.abc.com) using ado

    hi
    i have a ms access database which is on web server (ftp://www.abc.com) .
    i want to connect this database using ado in vb6.

    please help

    regards
    manpreet singh dhillon hoshiarpur
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Try to find the details here.

    Comment

    • 9815402440
      New Member
      • Oct 2007
      • 180

      #3
      hi debasisdas

      thanx for the reply. i checked the page reffered by you.

      i tried following
      Provider=MS Remote;Remote Server=ftp://jaiveeru.com@ww w.jaiveeru.com; Remote Provider=Micros oft.Jet.OLEDB.4 .0;Data Source=Manpreet/Data.mdb;Persis t Security Info=False


      and

      Provider=MS Remote;Remote Server=ftp://jaiveeru.com;Re mote Provider=Micros oft.Jet.OLEDB.4 .0;Data Source=Manpreet/Data.mdb;Persis t Security Info=False

      but it genrates error "Could not connect to the server"

      my server is password protected.


      please help

      thanx
      manpreet singh dhillon hoshiarpur

      Comment

      • code937
        New Member
        • Sep 2007
        • 24

        #4
        I'm interested in how this is done as well :)

        Comment

        • QVeen72
          Recognized Expert Top Contributor
          • Oct 2006
          • 1445

          #5
          Hi Manpreet and Code..,

          This Link is for http Login toWebPage Which needs Authorization

          I'am not very sure, it will login to ftp.. any way you can check it out...

          Regards
          Veena

          Comment

          • 9815402440
            New Member
            • Oct 2007
            • 180

            #6
            hi veena

            thanx for the reply
            i tried the code on the link suggested by you. but this dont solve the problam.
            i am making a project in vb6. i am keeping database on ftp://www.abc.com
            and i want to connect it using ado.

            please help

            regards
            manpreet singh dhillon hoshiarpur

            Comment

            • QVeen72
              Recognized Expert Top Contributor
              • Oct 2006
              • 1445

              #7
              Hi,

              One way out wud be, Create an ASP.Net or an ASP Page and get Required Data on to the Page. In VB, Place a WebControl on the Form, Navigate to that Page and using InnerHTML of the WebControl, Extract the Data into VB Project...

              Regards
              Veena

              Comment

              Working...