Subject | 60 chars in a 50 field |
---|---|
Author | Chad Z. Hower aka Kudzu |
Post date | 2005-02-24T16:51:30Z |
I have a:
"Name" VARCHAR(50) NOT NULL,
Its Unicode_FSS.
Now somehow some of the columsn have 60 characters in them? I have intenral
logic that is tripping up now because its "double" checking stuff from the
db and noticed that 60>50.
How can this be in the db?
--
Chad Z. Hower aka Kudzu
"Programming is an art form that fights back"
Still doing your website by hand? Get a free content management system:
http://www.atozed.com/iws/
"Name" VARCHAR(50) NOT NULL,
Its Unicode_FSS.
Now somehow some of the columsn have 60 characters in them? I have intenral
logic that is tripping up now because its "double" checking stuff from the
db and noticed that 60>50.
How can this be in the db?
--
Chad Z. Hower aka Kudzu
"Programming is an art form that fights back"
Still doing your website by hand? Get a free content management system:
http://www.atozed.com/iws/