views:

1658

answers:

5

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
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
No you can't compile it to run on the Blackberry, since it's C++ code and the blackberry only supports J2ME.
Michael B.
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
A: 

Sybase sells a DB for BlackBerry 4.1 and higher.

DanG
It is called SQLAnywhere.
DanG
A: 

You have 2 options at your disposal

The Sybase solution UltraLiteJ

Or McObject solution Perst

Michael B.