ftp into access

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sean

    ftp into access

    How can you link an Access database on an ftp site, directly into a
    database. I cannot see what the approiate connection string would be?

    Sean
    "Just press the off switch, and go to sleep!"

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • Tom van Stiphout

    #2
    Re: ftp into access

    On 17 Aug 2004 11:13:44 GMT, Sean <sean.howard@Ti meaIntLtd.hu> wrote:

    Not possible.
    -Tom.

    [color=blue]
    >How can you link an Access database on an ftp site, directly into a
    >database. I cannot see what the approiate connection string would be?
    >
    >Sean
    >"Just press the off switch, and go to sleep!"
    >
    >*** Sent via Developersdex http://www.developersdex.com ***
    >Don't just participate in USENET...get rewarded for it![/color]

    Comment

    • Sean

      #3
      Re: ftp into access

      Thanks Tom. It's good to know I am not missing something obvious. So the
      next question is what should I be doing to achieve this.
      I have an Access database (say with one table) which I want remote users
      to manupilate thru a PivotTable and export/print/etc. what is the best
      solution?

      ----
      Sean
      "Just press the off switch, and go to sleep!"

      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • Trevor Best

        #4
        Re: ftp into access

        Sean wrote:
        [color=blue]
        > Thanks Tom. It's good to know I am not missing something obvious. So the
        > next question is what should I be doing to achieve this.
        > I have an Access database (say with one table) which I want remote users
        > to manupilate thru a PivotTable and export/print/etc. what is the best
        > solution?[/color]

        Compared with running Access queries over the internet, a bicycle
        courier and frizbeenet would be quicker.

        Ways of Accessing Access data over the net:

        Terminal Services, so the database runs locally, only
        screen/keyboard/mouse info is sent over the net.

        Web enable the data, either using ASP or ASP.NET, there are other ways
        but those two would be the logical choice if starting from scratch.

        Comment

        Working...