Hello everybody,

OS: WINXP
COMPILER: MINGW
QT: 3.4

I have programed a small program who make connection via obdc using the plugin "qsqlodbc.dll" with sql server. Everything work fine on "my machine".
I copied the program include all dlls to a client.
the program runs but my qsqlodbc.dll could not be found. "DRIVER NOT LOADED".
The Program are not able to use qsqlodbc.dll
What should i do to be able to use this dll in the same directory like my program?