Back to MainBuy Now
Likemedia Classbuilder Support Forums
  Home | About Likemedia | What is ClassBuilder? | Testimonials | Documentation | Support | Free Trial | Contact Us


Philosophy

Anyone with experience in object oriented programming can see that database tables make great candidates for business objects. A correctly normalized database schema is a great model to use when constructing data classes that store the information for your applications. As we all know, data models change in response to the inevitable change in business needs.

We have experienced the frustration of having to write and rewrite our data access classes and SQL stored procedures over and over, taking hours of unbudgeted time and introducing new bugs into the system. We finally had enough and started work on what has now become the Likemedia ClassBuilder.

With a few clicks the ClassBuilder will generate error-free data access classes and SQL stored procedures based on your database schema. For each table in your database, a Base class and a Child class are created. The Base class contains the core data access functionality. The Child class inherits from the Base class and allows you to add your unique business logic. When your data model changes, simply rerun the ClassBuilder and your Base classes will be updated to incorporate the changes without affecting any modifications you may have made to the Child classes.

©2005 Liquid Enterprises