Quote Originally Posted by tbscope View Post
I assume MSSQL means that you use the QODBC driver.

Qt contains plugins to communicate with the database. The are called sql drivers. You should at least install the driver for the database you use in your program.
http://doc.qt.nokia.com/4.7/plugins-howto.html
http://doc.qt.nokia.com/4.7/sql-driver.html
Hi Thanks for the reply.

For the computer that is running Qt and deploying the exe, I already have QODBC driver plugin built. The program works perfectly fine and is able to connect to the database. However, for the computer that doesn't have Qt installed, it no longer works.
Thanks