21 Jun
2002
21 Jun
'02
8:05 a.m.
Hi,
The reason you cannot alter tables in Gadfly is that it does not support NULLs.. (one of it biggest shortcomings, IMHO)
Seems to me you are using an old insert method that does not set those new columns to anything, and as Gadlfy cannot (as other RDBMSes would) just insert NULLs there , it chokes and gives you an error instead..
Check the method in from which you try to do the insert, and make sure you give a value for each of the new columns..
Yes, something like it. I forgot to update the fieldname list of the insert part. Thanks. Douwe