Read records from a stored query

  • Thread starter Thread starter Larry M. Larsen
  • Start date Start date
L

Larry M. Larsen

I did a query stored in the db, that use an internal VBA function. When I
use that query on an
classic asp page using either OledB or ODBC I got an error that say "the
function XXXX doesn't exist".

Why? The function shouldn't be read by the query made by asp, and calling
the query inside the db
works fine. So what's the matter?

Thank you
___________________
HTB
Larry
 
When you say 'internal' you mean this is a built-in function, yes, not a
custom one that you have written? If so, which function is it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top