> varchar only accepts values up to 255 (so does char)
I've found this too .. MS-SQL probably ceil()s the parameter in the
table create statement to 255 without throwing an error.
Have a quick look at the column you've created and you'll probably find
it's a char(255).
> To get larger than tha
my understanding (and i could be totally wrong) is varchar only accepts
values up to 255 (so does char). To get larger than that you have to use
'text' (i.e. create table ( text not null..);
-Original Message-
From: Franco Breciano [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 2
2 matches
Mail list logo