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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top