Question

First I would like to explain why I want to use alternate Blackberry Persistance options rather than a Blackberry database itself, say SQLite. The reason is that the application i'm designing, I want it to be used in all the previous versions of Blackberry rather than just the ones having OS 5.0 or greater.

Now, coming back to the actual question, I have got a database that I want to replicate to be used in the Blackberry application. The database has 8 tables and each table has approximately 12 different columns. One of the table has 1000 rows. Now if I was to implement this DB for a Blackberry application , keeping in mind that it will work on all the versions of Blackberry, what would be the best way to implement it?

Was it helpful?

Solution

Take a look at this post for some DB alternatives that would work pre-5.0, such as SQL Anywhere for BlackBerry

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top