Reading frorm a remote Access database

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

    Reading frorm a remote Access database

    I've managed to read from a local database using only javascript and the DAO
    ActiveX object, but I can't make it work with a remote database. When I
    change the connection string from "C:\..." to "http://..." it doesn't work
    any more. Any suggestion?

    Red Golpe

    _______________ _______________ _______________ _

    "What does not kill you... makes you stronger"
    Jean-Baptiste Emmanuel Zorg

    La capovolta ambiguità di Orione
    BEWOKWIN slot premium hadir dengan gameplay lebih agresif, responsif, dan tanpa hambatan, memberikan pengalaman bermain yang terasa lebih hidup, cepat, dan langsung ke inti aksi.

    _______________ _______________ _______________ _



  • Martin Honnen

    #2
    Re: Reading frorm a remote Access database



    Red Golpe wrote:
    [color=blue]
    > I've managed to read from a local database using only javascript and the DAO
    > ActiveX object, but I can't make it work with a remote database. When I
    > change the connection string from "C:\..." to "http://..." it doesn't work
    > any more. Any suggestion?[/color]

    I don't think MS Access can be used as a (remote) data base server, it
    is file based so in that case it is not a problem you can solve, even if
    you switch the programming language.
    If you use J(ava)Script in a HTML page loaded in a browser and want to
    have data submitted to an Access data base sitting on a remote host then
    one way to do that is with ASP (active server pages) used on the remote
    host, the browser submits the data via HTTP to the ASP page and the ASP
    page (which can be scripted with JScript) talks to the local Access data
    base.
    --

    Martin Honnen


    Comment

    Working...