I have J2ME app in which RMS is used as a database. I just wanted to know:
- where is the Location of rms file in j2ME
- How can we read it manually using any software and modify it?
I am asking this question since we can view SQLite database in Android in DDMS and we view and modify it in SQLite browser.
Please Check following link they may help you :
http://www.roseindia.net/j2me/rms-midlet.shtml
http://www.java2s.com/Code/Java/J2ME/Readandwritetotherecordstore.htm
In android as we can see our applications database using sqlite browser ,In J2ME ther is nothing equivalent to sqlite browser.
The data contained in RMS can only be fetched programatically as shown in above links.