On 2008-06-10, TT <[EMAIL PROTECTED]> wrote: > I'm trying to using the following code insert a long string into a > MySQL table, the data type is of that column is TEXT. When the length > of the content is longer than 65K, it get truncated in the database. > Any idea about this? Thanks
It's limitation on your sql engine, use longtext. http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html -- Jarkko Torppa -- http://mail.python.org/mailman/listinfo/python-list