Is there any form to get the data of the recordstore from an external middlet ?
Get RecordStore data from an external middlet
177 Views Asked by iberck At
2
Is there any form to get the data of the recordstore from an external middlet ?
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.