Jul 10, 2003 #1 caddie MIS Jul 10, 2003 2 US Hi everybody, I noticed that each table entry for mysql supports a maximum of 255 characters. I want to insert large bodies of text into the mysql database. Any ideas on how to go about this? Thanks in advance.
Hi everybody, I noticed that each table entry for mysql supports a maximum of 255 characters. I want to insert large bodies of text into the mysql database. Any ideas on how to go about this? Thanks in advance.
Jul 10, 2003 #2 danielhozac Programmer Aug 21, 2001 2,058 SE Use the type [tt]TEXT[/tt] for your columns. See http://www.mysql.com/doc/en/BLOB.html for more information. //Daniel Upvote 0 Downvote
Use the type [tt]TEXT[/tt] for your columns. See http://www.mysql.com/doc/en/BLOB.html for more information. //Daniel