Quote Originally Posted by kroenecker
Where do I need to put the qsqlmysql.dll in order for my application to work fully? Do I need to include the libmysql.dll as well? If so, where?
Same I am not never successful to make to work mysql on window whit qt4...
Only on mac i have compiled a mysql connecction...

IMO
I suggest you to use on window:
1- ODBC.. from qt ... run at first compile ... and you can attach moore types of database.... mysq to..
2- If the mysql is remote (slow...) use sqlite3 from qt4 or a staticlibs..
svn co http://ciz.ch/svnciz/_STATIC_LIBS_QT4/lib_sqlite_qt4/ libx , to work localy fast on db ... and update remote on various port or simple port 80 on cron job , realtime, webdav...... (mysql replace command)


And troubles vanish....