posted 20 years ago
It is possible to access a record store in another MIDP suite, but only if permission to share the record store was specified at the time of the record store's creation.
To create a RecordStore with permission to allow access from other MIDlet suites, use the four parameter version of 'openRecordStore' and specify 'Record.AUTHMODE_ANY' for the third parameter.
E.g.
To access such a record store from another MIDlet use the three parameter version of 'openRecordStore', and use the 'MIDlet-Vendor' and 'MIDlet-Name' attributes from the MIDlet's JAD [the JAD of the MIDlet whose record stores you are trying to access] as the second and third parameters.
E.g.