Jeetu wrote:
Thanx for the suggestion,
I did nt got u upto the mark,
How will the database column values will be inserted into ListBox.

You don't have to insert them.  The database is in RAM, so it is
usually quick enough to read each database record right as you draw.
Just define a custom draw function for your List and retrieve the
appropriate value from the database when that function is called.
It's easier that way, and it saves memory too.

  - Logan

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to