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.
Comment on
Re: Truncated data using MySQL and DBI
Select
or
Download
Code
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 2
16
, that is something like 65k, but I have the problem described even with messages of two lines.
[reply]
[d/l]
In Section
Seekers of Perl Wisdom