Problem with QMYSQLDriver
Solved
General and Desktop
-
So its not really possible to use a stand alone driver as the helps shows ?
or it does only apply to the QPSQLDriver ? -
Frankly now that I spent so much time on this error, I think I could use the normal QSqlDatabase class without using the connector from mysql. From what I saw it's similar to the QMYSQLDriver in the sense that I need to specify what database I want to use just like what I wanted to do before, but instead I don't use any other non qt driver in between, and of course mysql is in the list of supported connection databases so it's really good.