javascript with ADO

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

    javascript with ADO

    i m trying to code a html to work with .mdb file (access) locally

    it seems that i can connect to the .mdb file by using javascript and ado
    but i just dont know how to use the recordset object to display all the
    retrieved data

    is there any example code or resource about using javascript with ADO?

    thx


  • Martin Honnen

    #2
    Re: javascript with ADO



    midbie wrote:
    [color=blue]
    > i m trying to code a html to work with .mdb file (access) locally
    >
    > it seems that i can connect to the .mdb file by using javascript and ado
    > but i just dont know how to use the recordset object to display all the
    > retrieved data
    >
    > is there any example code or resource about using javascript with ADO?[/color]

    There is an article

    that contains lot of examples, some of them JScript, although meant to
    be used in ASP pages

    --

    Martin Honnen


    Comment

    Working...