Collections

  • Thread starter Thread starter karthick
  • Start date Start date
K

karthick

Hi,

As I am trying to display values from database in labels, literals etc.
which is the best way to do it, using the object oriented methodology
?!.

Basically, I want to creat a collection of values from the database,
store in class vars and access it through an object.

Any articles, codes, resources etc. will help.

Thanks in adv.

Karthick
 
Basically you can create helper classes that serialize/deserialize database
records into objects.

Objects will identified by object ids...

Or you can create your own framework, that will handle these operations.

Also you can search the web for the persistance frameworks
 
Back
Top