R
Rohit
Hello All,
I know j2ME with MIDP 1.0 does provide some primitive persistent
storage support in terms of the recordstore (RMS APIs).
I am building an application that will be storing about 200 records
each record of about 20 characters.
Can someone help me on these points:
- What are the things that I should take care of, while creation of
the Recordstore and then accessing individual records from the store?
- Is there a physical limit on the size of the recordstore in the
device or is it the maximum available memory on the device?
- Are there any issues with different devices (Blackberry, Palm,
Nokia, Sony,etc)
- How is the recordstore stored on the device? Can I access the same
from some other application (non java)?
- What are the maintenance issues in the long term for the database
(in this case the recordstore)?
I have written a small code to write something into a recordstore and
then access it using the enumerateRecords method available in
recordstore. This may cause a problem when I am accessing bigger
record stores. ???
- Is there a fixed memory allotted to the MIDlet which it can use
during its working? What if the MIDlet exceeds this memory limit?
Any pointers would be helpful,
Regards,
Rohit.
I know j2ME with MIDP 1.0 does provide some primitive persistent
storage support in terms of the recordstore (RMS APIs).
I am building an application that will be storing about 200 records
each record of about 20 characters.
Can someone help me on these points:
- What are the things that I should take care of, while creation of
the Recordstore and then accessing individual records from the store?
- Is there a physical limit on the size of the recordstore in the
device or is it the maximum available memory on the device?
- Are there any issues with different devices (Blackberry, Palm,
Nokia, Sony,etc)
- How is the recordstore stored on the device? Can I access the same
from some other application (non java)?
- What are the maintenance issues in the long term for the database
(in this case the recordstore)?
I have written a small code to write something into a recordstore and
then access it using the enumerateRecords method available in
recordstore. This may cause a problem when I am accessing bigger
record stores. ???
- Is there a fixed memory allotted to the MIDlet which it can use
during its working? What if the MIDlet exceeds this memory limit?
Any pointers would be helpful,
Regards,
Rohit.