Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

best way to use objects to wrap database tables?

Status
Not open for further replies.

daneharnett

Programmer
May 26, 2003
39
AU
say i have a table 'People'
and it has fields PersonID, FirstName, LastName

is it a good idea to build classes so i can then go

People(1).FirstName = "Dane"
People(1).LastName = "Harnett"

do u understand what i sort of want to do?
Is there a better way to do this?
Is there an industry standard/design pattern that should be used?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top