So basically I should somehow install the plugin somewhere under /madde on the N900, right? Has anyone done this and how? I'm not that familiar with Linux. <div><br></div><div>Thank you for your help,</div><div>Sascha</div>
<div><br><div class="gmail_quote">On Tue, Mar 30, 2010 at 09:59, Ram Kurvakat <span dir="ltr"><<a href="mailto:rkmaemo@gmx.com">rkmaemo@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="background-color:rgb(255, 255, 255);background-repeat:repeat;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>
<div><div></div><div class="h5"><p> </p><p></p><blockquote 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 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 style="color:rgb(68, 68, 51)">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 style="margin-bottom:2px">Code:</div> <pre 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;min-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 style="margin-bottom:2px">Quote:</div> <table cellpadding="6" cellspacing="0" border="0" width="100%">
<tbody><tr><td 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 style="font-size:12px;color:rgb(68, 68, 51)"><br></span> </div> <div><span style="font-size:12px;color:rgb(68, 68, 51)"><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></div></div></font><p></p><p> </p><div><p size="2" style="font-family:Verdana"> </p></div></div>
</blockquote></div><br></div>