Calling Module Functions From C++/ADO

R

robinsoh

I have a bitwise AND operator function defined in an Access module.
Constructing a query from within the Access Queries tab, I'm able to
successful call into this function. When constructing an executing the
same query via C++/ADO code I get an unreferenced function error. Can
one not call Access module functions from ADO?
 
D

Douglas J. Steele

You can't call user-defined functions in queries if you're running them
outside of Access.
 
D

david epsom dot com dot au

Jet now supports a bitwise and operator "BAND" when
called from ADO. (Although it may be blocked by
'macro security').

Access module functions cannot be called through ADO
from C++.


(david)
 

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

Top