08-31-2010, 11:51 PM
|
#1 (permalink)
|
| New Member
Join Date: Aug 2010 Model: 8800 PIN: N/A Carrier: airtel
Posts: 3
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Unable to open a shared record store Please Login to Remove! Hi,
I had shared a record store in a midlet suite as
recordStore = RecordStore.openRecordStore("Test", true ,RecordStore.AUTHMODE_ANY,true);
and in another midlet suite, trying to open the shared record store as :
RecordStore recordStore1 = RecordStore.openRecordStore("Test","Vendor","GPSTr ackerMain" );
The vendor name and the suite name are from JAD file.
But I am getting "RecordStoreNotFoundException" when trying to open a shared record store.
Please help me.
Thanks in advance
-chams |
| Offline
| |