I am working on J2ME mobile application using Netbeans IDE 6.9 vesion. My application is working fine means inserts the records into the RMS and I can list the records in the system's default phone.
My problem is, Whenever I run the application it flushes the records and storing again freshly. It means that records are storing temporarily. I want to store records permanently and I've read different answers in Stack Overflow but not clear. Please provide me solution to this problem.