I have created an Access 2000 database that handles some processing within
VB Modules. This works fine when querrying the database from within Access
but when queries are made from my web Application an error is thrown.
The error refers to a function within my module that is used within the
stored procedure that my web application is using.
The web application is written in C#/.Net.
I have tried to compile my Access project as an MDE file this still
creates the same error.
If the processing of my stored procedure is handled by Access why am i
getting this error?
What can I do?