Is it possible to open and edit 2 or more RecordStores at the same time in j2me?

Posted by me123 on Stack Overflow See other posts from Stack Overflow or by me123
Published on 2010-03-31T14:29:04Z Indexed on 2010/03/31 14:33 UTC
Read the original article Hit count: 285

Filed under:
|
|
|

Hi,

I was wondering if it is possible in j2me to have 2 or more recordStores open at the same time. I basically want to be able to add/remove records from 2 different recordStores in the same execution of the code. Is this possible?

If so, how would you do it? At the top of the class, you do something like 'private RecordStore rs;' would you need to have two instances of this to make it work or could you do it with the one declaration?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about j2me