MySQL data type: Text,,, Erroring: Data Too Long
Posted
by nobosh
on Stack Overflow
See other posts from Stack Overflow
or by nobosh
Published on 2010-04-03T00:23:46Z
Indexed on
2010/04/03
0:33 UTC
Read the original article
Hit count: 338
I have a field as follows in MySQL: Type: Text Length: 0 Decimals: 0
And when I try to insert data around the size of 4 pages of MS Word, Coldfusion errors with: Data Too Long from the DB.
I thought TEXT data type was able to expand and handle this size of data? What am I missing and what can I do?
© Stack Overflow or respective owner