ASP execute Query stored in MS Access database?

N

Noozer

I've got a couple queries that I've created in an MS Access database. I'm
accessing the database from an ASP website. Is it possible to make use of
the queries stored in the Access database from the ASP website?
 
B

Brendan Reynolds

Depends. There are some restrictions - no calls to custom functions or
functions that are members of the Access object library, such as NZ. But
many queries can be used in that scenario, yes.
 
Top