RE: Text Max

2001-01-26 Thread Carsten H. Pedersen
> 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

Re: Text Max

2001-01-25 Thread Richard Ellerbrock
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