Page 1 of 1

data type for html data?

Posted: Wed Mar 26, 2003 4:42 am
by jiop
what would be the best data type in a mysql database to hold html data that could range from about 1000-2000 characters?

Posted: Wed Mar 26, 2003 4:50 am
by twigletmac
I'd probably use a TEXT field:
http://www.mysql.com/doc/en/BLOB.html

Mac