I'm trying to figure out if a user defined function inside a dll can be used within the Access SQL statement without creating a wrapper function in the module space. I know Access has it's VBA functions stored in a dll. These it is able to call without first creating a wrapper. Is it possible...
I can use the format function directly in the query, provided that I set up the module and tables correctly. Unfortunately, I have to go through ODBC. Is there anyway that this can be accomplished with a dll?
Curtis Wesley
"Party on, dude."
I have made user defined functions in Access that I want to call externally through ODBC. I am trying to emulate the same functionality that Oracle has with stored procedures, and replace them with the Access equivalent. These functions are used inside SQL queries. It works when I am working...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.