Is there any size limit for all recordstores of one midlet? I try to split a huge amount of date into a lot of recordstores so I can store all of them. Does anybody know if such a limit exists?
Is there any size limit for all recordstores of one midlet? I try to split a huge amount of date into a lot of recordstores so I can store all of them. Does anybody know if such a limit exists?
Hi,
I'm not sure I understand your question but you can get the maximum size of the record store with the RecordStore.getSizeAvailable() method.
http://wiki.forum.nokia.com/index.ph...dition_devices
hi
thanks for the reply. but is this for one single recordstore? what if my application opens more than one recordstores?
Well I guess it's for each record store that your application opens. Someone please correct me if I'm wrong, I haven't worked with RecordStore yet.
That has not been clearly specified in the MIDP specification. Meaning that the implementations on different devices likely have different interpretations on how to behave in this situation. -> there is no single answer to this.
What comes to RMS implementations on Nokia devices, unfortunately I have not tested what kind of limitations there is in this regard.
Sorry for the non-answer,
Hartti