Re: Cannot create text fields

2001-07-27 Thread Cal Evans
]> To: "mysql list" <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 10:31 Subject: Cannot create text fields > Using the following Syntax I tried to create a table in mySQL. However each > time it returned a mySQL error which I eventually worked out it was because >

Re: Cannot create text fields

2001-07-23 Thread Paul DuBois
At 1:31 PM +1000 7/24/01, Geoff Martin wrote: >Using the following Syntax I tried to create a table in mySQL. However each >time it returned a mySQL error which I eventually worked out it was because >I'd defined a field as text. I am able to define fields as varchar, char, >int or float (I've tes

Cannot create text fields

2001-07-23 Thread Geoff Martin
Using the following Syntax I tried to create a table in mySQL. However each time it returned a mySQL error which I eventually worked out it was because I'd defined a field as text. I am able to define fields as varchar, char, int or float (I've tested for theses so far) but not text or blob. The