ODBC Error 1 'Undefined Function'

sametch

Registered User.
Local time
Today, 22:45
Joined
Feb 17, 2003
Messages
40
I am trying to run a query in an Access Database from another program using ODBC.

The query contains a user defined function and works fine when I run it in Access.

When I try to run the same query externally via ODBC I get the following error:

"ERROR 1 - [Microsoft][ODBC Microsoft Access Driver] Undefined function 'replace_chr13' in expression"

If I replace my user defined function wit a standard Access function such as LCase, the query can be accessed externally fine!

Can anyone suggest a solution?
 
I don't beleive local functions are accessable from ODBC in Access.
 

Users who are viewing this thread

Back
Top Bottom