MS Access - using a user dfined function in ADO.NET

  • Thread starter Thread starter William Manring
  • Start date Start date
W

William Manring

I have an Access database with a public function in a
standard module. The function works fine when I try to
use it from Access, but when I try to use in from ADO.NET
I get an error message that says the function is
undefined.

Can the access function be used in queries submitted via
ADO.NET and the OLE DB driver?
 
Nope. That functionality is not provided by JET but by Access itself.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
William,

Thanks for the quick response. I won't waste any more
time trying to figure this out.
 
Back
Top