Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top