I am using Persistent Storage in Blackberry,now i want to use SQlite Database with Blackberry 4.5.But i didn't get any tutorial for that.Can i use SQlite with Blackberry 4.5 or i need any other version of Blackberry.
+4
A:
AFAIK, there is no SQLite support for version 4.5. It has been introduced in V 5.0 and later. For more information:
http://na.blackberry.com/eng/deliverables/8682/SQLite_overview_701956_11.jsp
imMobile
2009-07-25 13:41:31
A:
Since SQLite is open source, isn't there a way to compile it for Blackberry and manually add the support? YEs it's built-in to v5, but how hard would it be to include it in v4 code directly?
MarqueIV
2010-01-29 23:05:53
No you can't compile it to run on the Blackberry, since it's C++ code and the blackberry only supports J2ME.
Michael B.
2010-03-22 19:03:53
A:
I am also having the same doubt, Is there any possibility to add sqlite jar manually and use it in blackberry os version 4.* ? Can one tel me?
SWDeveloper
2010-03-05 06:07:57
A:
Michael B.
2010-03-22 19:09:10