Tim Bunce skrev: > On Sun, Feb 01, 2004 at 04:16:44PM -0800, Michael Peppler wrote: >> On Sun, 2004-02-01 at 13:33, Tim Bunce wrote: >>> Which databases cannot accept, and do something reasonable, with a >>> VARCHAR field declaration of 1024 characters? >> >> Sybase >= 12.5 will handle the 1024 limit with no problems, although >> you will get a warning message if the total width of the table could >> exceed the page size (2k by default, but configurable up to 16k).
Ingres will also fail on table creation if the total width exceeds the page size (2016 [2K - some admin overhead] by default, but can be up to 32767 [for a page size of 64K]). -- Henrik Tougaard
