Hi,
I have initialized a recordstore as
recordStore = RecordStore.openRecordStor
e(Globals.
MAIN_MENU_
RECORD, true, RecordStore.AUTHMODE_PRIVA
TE, true);
and adding records using
String hello = "Hello";
recordStore.setRecord(hell
o, 0, hello.length);
but when I try to get out the data stored at position 1 i didn't get anything.
awaiting reply.
Cheers,
Yogesh
Start Free Trial