Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User ahmed abdelaziz's Avatar
    Join Date
    May 2006
    Posts
    33
    hi all,

    how can i make a data store to my application such that i can store data in it when the application closing, so i can get it back when the application start again

    best regards.

  2. #2
    Registered User fayesoft's Avatar
    Join Date
    Jun 2006
    Location
    Ottawa, Canada
    Posts
    3
    Hi,

    Take a look at the javax.microedition.rms package. You can use the RecordStore to do it.

  3. #3
    Nokia Developer Champion balagopalks's Avatar
    Join Date
    Nov 2003
    Location
    Bangalore , India
    Posts
    4,427
    The MIDP provides a mechanism for MIDlets to persistently store data and retrieve it later. This mechanism is a simple record-oriented database called the Record Management System (RMS). A MIDP database (or a record store) consists of a collection of records that remain persistent after the MIDlet exits. When you invoke the MIDlet again, it can retrieve data from the persistent record store.

    Here are some links that could be of some help to you!

    MIDP Database Programming Using RMS: a Persistent Storage for MIDlets
    http://developers.sun.com/techtopics...ist/index.html

    Databases and MIDP, Part 1: Understanding the Record Management System
    http://developers.sun.com/techtopics...rms/index.html

    Sharing Data Between MIDlet Suites
    http://developers.sun.com/techtopics...rms/index.html

    Regards
    Gopal

Similar Threads

  1. Replies: 7
    Last Post: 2008-08-21, 19:53
  2. Replies: 2
    Last Post: 2005-10-19, 10:08
  3. How can I make my application autorun?
    By kangtk in forum Symbian Tools & SDKs
    Replies: 1
    Last Post: 2002-12-30, 09:55
  4. How can I make my application autorun?
    By kangtk in forum Symbian C++
    Replies: 1
    Last Post: 2002-12-27, 01:24
  5. How can I make my application autorun?
    By kangtk in forum Symbian C++
    Replies: 1
    Last Post: 2002-12-18, 02:15

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved