<span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif, 宋体; font-size: 12px; color: rgb(68, 68, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">I&#39;m trying to retrieve data from a MySQL server. I use the following example code (with some slight modifications):<br>

<br><div style="margin-right: 20px; margin-bottom: 20px; margin-left: 20px; margin-top: 5px; "><div class="smallfont" style="margin-bottom: 2px; ">Code:</div><pre class="alt2" dir="ltr" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; width: 837px; height: 114px; text-align: left; overflow-x: auto; overflow-y: auto; ">

     QSqlDatabase db = QSqlDatabase::addDatabase(&quot;QMYSQL&quot;);
     db.setHostName(&quot;bigblue&quot;);
     db.setDatabaseName(&quot;flightdb&quot;);
     db.setUserName(&quot;acarlson&quot;);
     db.setPassword(&quot;1uTbSbAs&quot;);
     bool ok = db.open();</pre></div>But I get the following error:<br><br><div style="margin-right: 20px; margin-bottom: 20px; margin-left: 20px; margin-top: 5px; "><div class="smallfont" style="margin-bottom: 2px; ">Quote:</div>

<table cellpadding="6" cellspacing="0" border="0" width="100%"><tbody><tr><td class="alt2" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; ">

QSqlDatabase: QMYSQL driver not loaded <br>QSqlDatabase: available drivers: QSQLITE</td></tr></tbody></table></div>Is MySQL even supported in Maemo or am I doing something wrong? I also found the following two links:</span><div>

<span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif, 宋体; font-size: 12px; color: rgb(68, 68, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div>

<div><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif, 宋体; font-size: 12px; color: rgb(68, 68, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><a href="http://qt.nokia.com/doc/4.6/sql-driver.html">http://qt.nokia.com/doc/4.6/sql-driver.html</a><br>

</span></div><div><a href="http://qt.nokia.com/doc/4.6/install-x11.html">http://qt.nokia.com/doc/4.6/install-x11.html</a><br></div><div><br></div><div>But I&#39;m not quite sure where I should install these &quot;drivers&quot;. Should I install them in my Windows computer, where I&#39;m using MADDE and Qt Creator (well, actually I&#39;m using now the Qt Creator 2.0 Technology Preview, so I&#39;m not quite sure if it&#39;s using MADDE any more)? Or should I install them on the target N900? Or both? Or am I completely on the wrong tracks here?</div>

<div><br></div><div>Any help would be greatly appreciated. </div><div><br></div><div>Cheers,</div><div>Sascha</div>