RecordStore name change and null value in .db file in J2ME

179 Views Asked by At

In my application, I create the RecordStore named as a "UserData", but when I run the emulator, the database saved in the appdb folder named as a "00000003-User-Data.db", and when I open this file,there is a lots of null value with every single record.

What is the solution for saving the db file same as a RecordStore name and how can I remove null value from db file?

1

There are 1 best solutions below

2
On BEST ANSWER

You should not bother about the file name of the RecordStore. It is not available to MIDP apps on devices.