daneharnett
Programmer
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?
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?