I have J2ME app in which RMS is used as a database. I just wanted to know:

  1. where is the Location of rms file in j2ME
  2. 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.

link|improve this question

73% accept rate
feedback

1 Answer

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.

link|improve this answer
Thanks Shruti..But If I have large database and I just want to check the rms database then is it the only method to check its data by writing the whole program for retrieving once again – Ravi Kumar Nov 8 '11 at 4:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.