I have to explain others about RecordStore as far as I understand.
I don’t know how to explain that and which words should I use.
I am also weak in English.
For example,
RecordStore rs = RecordStore.openRecordStore("Address", true);
Can we say that rs is the reference to the instance of the RecordStore?
Can we say that ( to open a recordstore, we have to use openRecordStore function. Because it is a static function, we have to use the class name(RecordStore) before that.
Is openRecordStore( ) the function of the RecordStore class?
And before we delete a recordstore, we have to close that recordstore firstly?

Reply With Quote


