Hi,
I have a problem in deleting a record store. I have done the following code to delete
rs.closeRecordStore();
RecordStore.deleteRecordStore("Test 1");
but not able to delete, the following exception is thrown
javax.microedition.rms.RecordStoreException: deleteRecordStore error: record store is still open
Any one help me.
Thanks in advance
Baalu Aanand

Reply With Quote


