<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title></title><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><style type="text/css">p { margin:0px; padding:0px; }</style></head><body style='background-color:rgb(255, 255, 255);background-image:none;background-repeat:repeat;background-position:0% 0%;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:12px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;'><p style="font-family:Verdana;"><font size="2"></font></p><font size="2"><p>sorry I didnt read the message below your error :p</p><p>please ignore my message, will post when I get a chance to see it in detail.</p><p>I've used sqllite on Linux and its just a matter of installing the plugins required for dev/runtime env.</p><p> </p><p></p><blockquote class="quote" face="Verdana" type="cite" style="font-size:12px;"><p>----- Original Message -----</p><p>From: Ram Kurvakat</p><p>Sent: 03/30/10 07:52 AM</p><p>To: Sascha Mäkelä, maemo-developers</p><p>Subject: Re: How to use MySQL with Maemo 5?</p><p> </p><div> <p style="font-family:Verdana;"><font size="2"></font></p> <font size="2"><p>have you tried to install libqt4 mysql plugin ?</p> <p>This should help in case you havent already seen it</p> <p><a href="http://doc.trolltech.com/4.6/sql-driver.html#qmysql" target="_blank">http://doc.trolltech.com/4.6/sql-driver.html#qmysql</a></p> <p><br /></p> <p><a href="http://doc.trolltech.com/4.6/sql-driver.html#qmysql" target="_blank"></a> </p> <p></p> <blockquote class="quote" face="Verdana" type="cite" style="font-size:12px;"> <p>----- Original Message -----</p> <p>From: Sascha Mäkelä</p> <p>Sent: 03/30/10 06:57 AM</p> <p>To: maemo-developers</p> <p>Subject: How to use MySQL with Maemo 5?</p> <p> </p> <div> <span class="Apple-style-span" style="font-family:Arial, Helvetica, sans-serif, 宋体;color:rgb(68, 68, 51);-webkit-border-horizontal-spacing:1px;-webkit-border-vertical-spacing:1px;">I'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" 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("QMYSQL"); db.setHostName("bigblue"); db.setDatabaseName("flightdb"); db.setUserName("acarlson"); db.setPassword("1uTbSbAs"); 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" target="_blank">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" target="_blank">http://qt.nokia.com/doc/4.6/install-x11.html</a><br /> </div> <div><br /></div> <div>But I'm not quite sure where I should install these "drivers". Should I install them in my Windows computer, where I'm using MADDE and Qt Creator (well, actually I'm using now the Qt Creator 2.0 Technology Preview, so I'm not quite sure if it'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> </div> </blockquote> <p></p> <p> </p></font><p></p> <p> </p> <div><p size="2" style="font-family:Verdana;"> </p></div> </div></blockquote><p></p><p> </p></font><p></p><p> </p><div id="editor_signature"><p size="2" style="font-family:Verdana;"> </p></div></body></html>