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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top