PDA

View Full Version : Qt 4.6.2 MS Access + Eclipse



gutiory
16th March 2010, 19:02
Hello everyone.

I've an unusual mistake connecting to a MS Access database. If I execute the .exe by clicking it twice directly from the windows explorer everything works great and I have the connection.
But when I do it in eclipse directly, it says that I can't do the connection with the error QODBC3: Unable to connect.

I don't know what I'am doing wrong.

Thanks a lot and sorry for my english :p:p:p

ChrisW67
17th March 2010, 03:52
Your program may not be finding the relevant database plugin when run by Eclipse. Is the environment that Eclipse is providing to the executable the same as the environment in Windows at large? Can you run the program in a debugger to determine exactly which line triggers the message?