|

08-08-2006, 12:16 PM
Forget the post above. My situation right now is currently the following.
App 1 : net.rim.device.api.system.Application which runs transparently in the background creates record stores whenever it gets push data by doing the following
RecordStore.openRecordStore("StoreName",true, RecordStore.AUTHMODE_ANY, true);
App2 : A GUI Midlet that should be able to read the record store created by App1 but the problem is that it does not find that RecordStore. What exactly am I doing wrong ???
Oh and until all else fails, i do want to avoid using the Blackberry persistence api because of the need to sign my files.
|