Sorry, 
someone on the french list, has translated my french post and submitted my 
issue to  the [email protected]
This is the best place for this question : I move to this list.
Thanks to all those who took time to read my post.

Bye.

Henri.

Le Jeudi 3 F�vrier 2005 09:46, henri 3moulins a �crit�:
> Hi,
>
> I have a "mediumtext" field in a MySQL table. I use the autopilot generated
> form.
>
> Using the form, I can save a "long" text (for example 7000 characters) in
> the base; I can browse the base and read this text.
>
> BUT, when I edit, modify and save this text with the form, it is truncated
> at 2049 characters !
>
> The max length of this field is automatically set at -1 by the form
> autopilot. It doesn't change anything to set it at 30000 for example.
>
> What am I doing wrong ?
> (I am newbie with MySQL but when I do this text modification with phpMySQL
> everything is ok => I don't think the problem is with MySQL)
>
>
> Any idea will be extremely appreciated ! ( .... I'll post the solution on
> the french list : it remained silent on this issue ....)
>
> Thanks in advance.
>
> Henri.
>
> OOo 1.1.4
> Suse 9.2
> MySQL 4.0.21-4.2
> MyODBC-unixODBC-3.51.07-3
> unixODBC-2.9.9-4
>
>
> PS : if someone wish to make a quick test, thre is the following script to
> generate a 7000 characters text :
>
> #! /bin/bash
> i=0
> while [ $i -lt 7000 ] ; do
> i=$((i+1))
> echo -n "x" >> 7000charText
> done
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Abb� Henri MERVEILLEUX DU VIGNAUX
14, avenue Jules Isaac
13100 Aix-en-Provence

+33 (0)4 42 21 51 73
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to