There was a reply posted last week....


 --- James Frankman <[EMAIL PROTECTED]> wrote: >
Blob limit is 64K use MEDIUMBLOB for your column



and I got this from http://www.mysql.com/doc/en/Storage_requirements.html

TINYBLOB, TINYTEXT  L+1 bytes, where L < 2^8  
BLOB, TEXT  L+2 bytes, where L < 2^16  
MEDIUMBLOB, MEDIUMTEXT  L+3 bytes, where L < 2^24  
LONGBLOB, LONGTEXT  L+4 bytes, where L < 2^32  


hope this helps

Regards

Dave

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to