Subject AW: [ib-support] FB crash
Author Michael Weissenbacher
>The page_size has to be large enough to accommodate one row of your table
>structure. Your two varchar(4000) columns on their own would require a
>page_size of 8K. Add the other columns and we come out at 8224 bytes -
>plus a few for page info data. So 8192 bytes is too small.

helen, i have used varchar's bigger than the page size in some databases and
never ran into problems so far. where does this limit come from? where is
this documented? can i expect to run into problems? why doesn't the server
throw a error if i create a record that is too big?
could you please comment on this

thanks
michael weissenbacher