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?