> Firstly, text is a reserved word in mysql. Secondly, varchars or chars
> can only have 255 characters. You should use a text type column which
> can be very large (megabytes!). You have read the manual on the
> different field types?
Clearly, he *did* read up on the field types in the manual an
Firstly, text is a reserved word in mysql. Secondly, varchars or chars
can only have 255 characters. You should use a text type column which
can be very large (megabytes!). You have read the manual on the
different field types?
[EMAIL PROTECTED] wrote:
>
> Hi,
>
> I`m setting up a field in my D