ADO Question

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

    #1

    ADO Question

    Hi

    I've been asked to help out modifying an ASP site, which uses an Access
    database with ADO. My knowledge of ASP is pretty minimal and with Access
    I've always used DAO, so I was quite interested to see how the equivalent
    of a parameter query had been set up.

    Basically, the WHERE clause is "WHERE <somefield> = @id", and the ASP
    application invokes this by:

    set rst = Conn.Execute("M yQuery " & lngID)

    I've scoured all the documentation I have in Office 2000 professional and
    Visual Studio 6.0 but I can't find any mention of this technique.

    Can anyone point me in the direction of some illuminating documentation?

    Thanx.


Working...