I am developing one application in J2me MIDP 1.0
It requires local database management. I have heard about recordStore but can we use it for permanent storage?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, your application can store data using a RecordStore, and you can get it back later even if the application or the phone has been shut down.
EDIT:
One example I found:
http://www.roseindia.net/j2me/read-write-midlet.shtml