in reply to Truncated data using MySQL and DBI

You can always consider switching body from text to longtext. I have a similar system at work, and with longtext, it has never given me a trunacation problem.

Replies are listed 'Best First'.
Re: Re: Truncated data using MySQL and DBI
by larsen (Parson) on Sep 04, 2001 at 18:36 UTC
    As far as I know, TEXT fields can contain up to 216, that is something like 65k, but I have the problem described even with messages of two lines.