Re: [SQLObject] variable number of fields

2008-12-27 Thread Daniel Fetchinson
>> I have a table with lots of fields, around 40-50, all the same type, >> integer, and since I'm experimenting with the right number (maybe 40 >> is enough, maybe 60 is needed) I'm looking for a way to define these >> fields programmatically as opposed to hard wiring it into the >> SQLObject subcl

Re: [SQLObject] variable number of fields

2008-12-27 Thread Oleg Broytmann
On Sat, Dec 27, 2008 at 11:16:43AM -0800, Daniel Fetchinson wrote: > I have a table with lots of fields, around 40-50, all the same type, > integer, and since I'm experimenting with the right number (maybe 40 > is enough, maybe 60 is needed) I'm looking for a way to define these > fields programmat

[SQLObject] variable number of fields

2008-12-27 Thread Daniel Fetchinson
Hi folks, I have a table with lots of fields, around 40-50, all the same type, integer, and since I'm experimenting with the right number (maybe 40 is enough, maybe 60 is needed) I'm looking for a way to define these fields programmatically as opposed to hard wiring it into the SQLObject subclass.