Re: Help with creation...CREATE

2002-11-05 Thread Robert Citek
At 08:36 PM 11/5/2002 -0800, Phil Straw wrote: > summary VARCHAR NOT NULL, Need to specify length: summary VARCHAR(10) NOT NULL, http://www.mysql.com/doc/en/CREATE_TABLE.html - Robert - Before posting, please check: htt

Re: Help with creation...CREATE

2002-11-05 Thread Paul DuBois
At 20:36 -0800 11/5/02, Phil Straw wrote: OK guys, I am a relative newbie with MySql, but know something at least of databases. Please can you direct me as to where this CREATE statement is wrong. I am lost. I get ERRORCODE 1064 which looks to be near DB_ERROR_SYNTAX in the code. Before wading th

Help with creation...CREATE

2002-11-05 Thread Phil Straw
OK guys, I am a relative newbie with MySql, but know something at least of databases. Please can you direct me as to where this CREATE statement is wrong. I am lost. I get ERRORCODE 1064 which looks to be near DB_ERROR_SYNTAX in the code. Before wading through all that I though I might ask the exp