Currently I'm developing a Blackberry Application to access internal business contacts in our company. As far as I know there is no database platform for j2me or blackberry applications. What the the best way to store large sets of data without a database?
I found http://www.mcobject.com/j2me_database via google which uses a B-Tree algorithm.
Any other Ideas (besides RMS) , I should test?
thanks!