Subject How many columns can I have for a table
Author ningpu19
Hi,

I have an interbase table with 122 columns. The last column i added
was an integer column. I can update the column in interbase using
dsql. but in Delphi 5 using ibobjects when i say:

ibotable1.edit;
ibotable1.fieldbyname('a').asinteger := 1;
ibotable1.post;

I had an error message saying: '' is not valid integer which does not
make any sense at all.

So my question is how many columns IBObject can handle for a table?
Thanks,

Cheers,
Ning