RMS maxium storage

Hi, is there a limit on size to store data using a RecordStore? I have been looking on google but I cant find anything. I remember once I read there was a limit of 64k or something for each record store something similar. Thanks in advance!Message was edited by:
[299 byte] By [MelGohana] at [2007-11-26 20:16:19]
# 1
I know that the minimum is 8KB and I think that there is no defined upper limit for size of the rms.
etaa at 2007-7-10 0:38:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
it depends on device configuration...you can check the available size for each RecordStore with the getSizeAvailable() method.
suparenoa at 2007-7-10 0:38:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Hi according to my knoledge, there is no limit for the J2ME Record store.The size available on your mobile is the RMS maximum storage.
prafull_14@rediffmail.coma at 2007-7-10 0:38:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
Ok, thanks a lot, and how can I configure t to save the data on the sd memory?
MelGohana at 2007-7-10 0:38:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
FileConnection API?
suparenoa at 2007-7-10 0:38:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
Ok, and is there any limitations abouth how many RecodStores can a midlet have?
MelGohana at 2007-7-10 0:38:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 7
There is no such limitation there in # of RecordStores a MIDlet can have. It depends only on the memory size i.e. the persistance memory alloted by the OEM for RMS and JVM while porting.~Mohan
itsmohana at 2007-7-10 0:38:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...