0
Query in an Access database executing a function defined in a module
Explorer
,
/t5/coldfusion-discussions/query-in-an-access-database-executing-a-function-defined-in-a-module/td-p/5913744
Mar 01, 2014
Mar 01, 2014
Copy link to clipboard
Copied
Hi all,
I have an Access 2003 database in which some function is defined in a module.
I also have a query defined which calls this function with no problem.
Both the query and the function work well when the query is executed from Access.
But when I try to execute the same query from ColdFusion, I get an error claiming that the function is not defined.
Any Idea ?
TOPICS
Database access
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
/t5/coldfusion-discussions/query-in-an-access-database-executing-a-function-defined-in-a-module/m-p/5913745#M160854
Mar 03, 2014
Mar 03, 2014
Copy link to clipboard
Copied
I believe that UDFs in Access can only be run inside of the Access runtime environment, and cannot be called through the JDBC/ODBC bridge that ColdFusion is using.
-Carl V.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Claude1
AUTHOR
Explorer
,
LATEST
/t5/coldfusion-discussions/query-in-an-access-database-executing-a-function-defined-in-a-module/m-p/5913746#M160855
Mar 03, 2014
Mar 03, 2014
Copy link to clipboard
Copied
Yes, this is also the conclusion I came to.
I'm developing another solution.
Thanks.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

