I'm in the process of developing a tracking application. We are tracking 3 data elements for each of 13 characteristics.
The 3 elements are:
status = Enum('Present Correct', 'Present Incorrect', 'Missing')
data_found = StringCol()
corrected_data = StringCol()
Is there a way to have sqlobject generate this structure w/o having to create 39 elements in my table? I suppose I could use 1-to-1 joins for each record, but that seems less than elegant as well.
Thanks!
Chris
--
"A little government and a little luck are necessary in life, but only a fool trusts either of them." -- P. J. O'Rourke
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
