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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Burntchips

  1. Burntchips

    Class Design Questions

    Alright if thats the case what should the constructor return or should there even be a constructor? Does it make sense to do something like: Person newPerson = new Person("John", "Hutz", 12, "More info") And that contructor would actually create a person entry in the database or should at...
  2. Burntchips

    Class Design Questions

    Hello all, I'm creating a wrapper class for entries in a database. I've created all of the properties in my class to match the columns in the database but I am wondering what is the best practice for instantiating one of these objects. The two approaches I'm debating are using either: [VB] Dim...

Part and Inventory Search

Back
Top