>> 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
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
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.