ODBC Call Failed???

ewong1

Eric Wong
Local time
Yesterday, 22:33
Joined
Dec 4, 2004
Messages
96
This is bizarre behavior if I've ever seen it. Any input on how I can repair this issue would be appreciated.

I have a database that is linked to a MYSQL database. When I open the database, I can see the data from my database and view reports. However, when another user opens the database, they can view the data but CANNOT run the reports? They receive an ODBC Call failed error message - even when they can see the data. I don't understand.:mad:


Thanks in advance for your help!
 
There are more errors that may not be shown.

Are you opening the reports via UI or via code?

When you get that error "ODBC CAll failed", immediately execute a passthrough query:
Code:
SHOW ERRORS;

And see what MySQL says.
 

Users who are viewing this thread

Back
Top Bottom