Hi guys,
I have qt already installed in my machine but when i try to run my application that needs mysql database i get the following error.

Qt Code:
  1. Starting C:\Qt\2009.03\qt\examples\QBuss\debug\QBuss.exe...
  2. QSqlDatabase: QMYSQL driver not loaded
  3. QSqlDatabase: available drivers: QSQLITE QODBC3 QODBC
  4.  
  5. C:\Qt\2009.03\qt\examples\QBuss\debug\QBuss.exe exited with code 0
To copy to clipboard, switch view to plain text mode 

  1. I need to install qt creator 1.2.1 ( based on qt 4.5.3) with mysql drivers in windows OS.Please I need help on how to install qt with Mysql so i can connect my application with Mysql database?
  2. what is the difference between configuring qt with myql-drivers and configuring qt with mysql-plugin?
  3. What is the Importance of using Visual studio while working with qt in windows?



With regards.