Hi All,
I created an application which creates a RecordStore say RecStore1 using the method openRecordStore(“RecStore1”, true, AUTHMODE_ANY, true). The vendor name & midletSuite name for this project are VENDOR1 & SUITE1 respectively.
Then I created Another project with vendor name & midletSuite name VENDOR2 & SUITE2. In this application I tried to open the recordStore which is already created by earlier application , using the method openRecordStore(“RecStore1”, “VENDOR1”, “SUITE1”);
But I am getting recordstoreNotFoundException.
I tested on WTK 25 & Nokia S60 2nd ed emulators.
Anyone have the experience of Sharing RMS b/w different midlet suites. Help me


Reply With Quote

