I want to made one application that use a database of 400Mb in sqlite3. I looking for sqlite support in j2me but nothing there is a implementation of sqlite sqljet plataform independent but use the java.io.File that not exist in j2me. I think that RMS can’t handle this capacity.
The db is big but is only one table.
I looking for other format to convert the sqlite db.Database is readonly and can be a resource.
Any ideas?
You can see list of Database in J2ME in this thread at JavaRanch forum. Or you can use
Perst Lite(a Java ME embedded database).I found above links in these questions:
J2ME With Sqlite
Is there any option for local database like Sqlite for j2me – CLDC devices?