Click to See Complete Forum and Search --> : ODBC-MSAccess Not supported Operation


wirthi
January 11th, 2004, 02:16 PM
Hi,

I've a VC++ (6.0) application that accesses a *.mdb (Access 2000) file via ODBC. It's working perfectly on my PCs and all others I've tried on.

Only on one PC it get a message (sorry, it's in German: "Es wurde versucht, eine nicht unterstützte Operation auszuführen" - should translate to something like: "It was tried to execute a not supported operation") in a MessageBox (Title: My Application Name; no information given what part of the program sent this message).

This message seems to be displayed every time the database gets accessed. The access itself works though, the data can be retrieved.

I've no chance to debug the program on that computer (it's a customers PC).

My first guess was that there is a wrong MSAccess ODBC driver installed, but it's still not working after installing Jet- and MDAC- updates. Even installing Access itself didn't solve the problem.

Any ideas what could cause the problem? Knowing the exact error message in English would enable me to search for it on MSDN but with the German version that's quite hard.

Thanks for your support,
Christian Wirth

wirthi
January 11th, 2004, 02:40 PM
Additional searches helped me to find what the error message means: it's the error message AFX_IDS_NOT_SUPPORTED_EXCEPTION, reading "An unsupported operation was attempted." in English.

According to what I've read that should not be a database-
problem but one of me handling MFC-controls or -DLLs incorrectly.