Database Objects

wxdqz

New Member
Is there any good articles anyone knows of that explain object design relatingto databases. For instance right now I have an object "User" which is nothingmore than a few fields to represent what is in the database record, and "UserServices"which creates the SQL statements. The "UserServices.create" method wouldtake a "User" object as a parameter, etc. Is there better, more flexibleways to do this?David Stanek
 
Back
Top