It is only possible if the MIDlets are in the same MIDlet suite (i.e. they are in the same .jar file), then the MIDlets share the same record stores.
Otherwise, it is impossible.
0
Lucifer
On
Yes, It is possible, while creating a RecordStore , if you set the second argument of its openRecrdStore() as true then it is possible to access the RecordStore from another independent Midlet.
It is only possible if the MIDlets are in the same MIDlet suite (i.e. they are in the same .jar file), then the MIDlets share the same record stores.
Otherwise, it is impossible.