FAQs
Search
Recent Topics
Flagged Topics
Hot Topics
Best Topics
Register / Login
Win a copy of
Securing DevOps
this week in the
Security
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Liutauras Vilda
Bear Bibeault
Devaka Cooray
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Campbell Ritchie
Henry Wong
Saloon Keepers:
Tim Moores
Ron McLeod
salvin francis
Stephan van Hulst
Vijitha Kumara
Bartenders:
Tim Holloway
Carey Brown
Frits Walraven
Forum:
Java Micro Edition
record store
Shierley Kencana
Greenhorn
Posts: 10
posted 14 years ago
how to make record store so then later it could be insert into the list?
thank you
Jonathan Knudsen
Author
Ranch Hand
Posts: 55
posted 14 years ago
To create a record store, use the static method
RecordStore.openRecordStore()
To add records, use
addRecord()
and to retrieve them use
getRecord()
Post Reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Can we store "Record Store" into Memory Card?
how to use data on access in j2me?
How to pass the values between MIDlets?
Different MIDlets in one jar, can they access same record?
Problem with RMS
More...