> I want to use the SQLiteJDBC for windows mobile. > What steps I should follow to get it working properly.
I know nothing about the platform, closed and proprietary as it is. You can either use the nested version (pure java), and accept the speed issues. Or you can compile the native version. To do so, I suggest finding someone who is compiling SQLite for windows mobile. Take the NativeDB.c file out of the source tree, compile it in together with the SQLite sources into the appropriate library format for the platform. Take the normal native driver jar file and put your new library file on the java library path. That's about all I can offer you. Microsoft aren't paying me enough to learn the specifics of their platform. d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
