PDA

View Full Version : How to Run Sqlite in Windows Mobile



Comptrol
26th June 2009, 13:19
I have tried running an SQLITE application on windows mobile but, neither windows mobile emulator nor the device can find the database drivers (http://doc.trolltech.com/3.3/qsqldatabase.html#drivers), although application can run as desktop application on PC. I have developed a few windows mobile applications via Qt but I can't merge SQLITE driver with them. to put crudely, Mobile Application can't find the database driver, what might be the reason? Secondly, am I supposed to specify any sqlite related flag while configuring the Qt Package?

There is a broader version of my question here (http://stackoverflow.com/questions/1048379/how-to-run-sqlite-in-a-windows-mobile-application-developed-with-qt).

Thanks in advance.