Godwin wrote: > I think its possible with python as it is called a dynamic > language.
Certainly, but what's really the point with these classes? If they are completely generated from tables, they won't have different behaviour anyway, just a different chunk of attributes to fetch, save and update. It's probably as easy to just have one class, and to have a dynamic list of attributes and values that you define by passing in the table name in __init__. -- http://mail.python.org/mailman/listinfo/python-list