Building QT with "windeployqt": not connect to database (ODBC)
-
This is for your application executable, you should check the database plugin.
-
Eventually, this is the output:
These are already present:
- LIBGCC_S_DW2-1.DLL
- LIBSTDC++-6.DLL
- QT5CORE.DLL
- QT5SQL.DLL
I downloaded the other 3 [https://www.dll-files.com/search.dll.html], and added these in the same folder.
-
And the ODBC dll ?
-
Yes, did you check the dependencies of that one ?
-
Sorry what I meant was did you configure the ODBC data source on the 2nd computer.
Like this:
--James
-
-
@JSher said in Building QT with "windeployqt": not connect to database (ODBC):
Its connecting to an OBDC entry in windows by the looks of it. I do not use ODBC much but the way I understand it is you have to make the entry on each machine....Thats why I use the standard mysql connector, then you do not. I could be off:)
Ok thank you very much!!! I evaluate the transition to the mysql connector