Qt-interest Archive, March 2008
SQL databse connection
Message 1 in thread
Hi ,
i am using qt3..
I don't understand why I got this error message.
qSqlDatabase:: QMYSQL3 driver is not loaded
qSqlDatabase::available drivers:
do i have to install QMYSQL3 driver ?
please help me.
--
[ signature omitted ]
Message 2 in thread
On onsdag den 19. Marts 2008, Mautushi Paul wrote:
> Hi ,
> i am using qt3..
> I don't understand why I got this error message.
>
> qSqlDatabase:: QMYSQL3 driver is not loaded
> qSqlDatabase::available drivers:
>
> do i have to install QMYSQL3 driver ?
>
> please help me.
You have to compile the mysql driver with your qt 3.
Read the text here: http://doc.trolltech.com/3.3/sql-driver.html about
compiling the drivers. And here: http://doc.trolltech.com/3.3/sql.html for
the overview of the SQL module.
Bo.
--
[ signature omitted ]