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

Text Max

2001-01-24 Thread Website4S
Hi, I`m setting up a field in my DB called Description and basically want it to have a max character length of 1000, my MySQL manual tells me varchar is limited to 255 so thats out of the window then it goes on to say text has a max of 64 kb of text and defines all the others in this way. I di