Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java Micro Edition and the fly likes Data manipulation in memory card. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Data manipulation in memory card." Watch "Data manipulation in memory card." New topic
Author

Data manipulation in memory card.

Bharathi Dhas Krishnasamy
Greenhorn

Joined: Jun 20, 2009
Posts: 26
I have to retrieve data from memory card like Category name and respective Items.

Example:



How do I maintain my file and tell the flow of code it?

Bharathi Dhas.K
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

Depending on your platform, you may have a database system built into the profile. You can then create a database file on the memory card and use its functions to read, write, and search.


Customer surveys are for companies who didn't pay proper attention to begin with.
Bharathi Dhas Krishnasamy
Greenhorn

Joined: Jun 20, 2009
Posts: 26
Tim Holloway wrote:Depending on your platform, you may have a database system built into the profile. You can then create a database file on the memory card and use its functions to read, write, and search.


Hi Tim I'm new to J2ME. Can you explain
1) How to built databse system for profile?
2) How can create database file on memory card?

Thank You :-)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Data manipulation in memory card.
 
Similar Threads
selecting between two list boxes
how to create applet pop menu? who can provide a good example?
Dynamic Radio Button
converting java to xml
how to create applet pop menu? who can provide a good example?