Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top