Hi. Can anyone see a problem with the SQL?
CREATE TABLE Articles ( Title CHAR(40) NOT NULL, Short TEXT NOT NULL, Full TEXT NOT NULL, TimeStmp INT NOT NULL, Date TEXT NOT NULL, Category TEXT NOT NULL, Image TEXT, PRIMARY KEY (TimeStmp) )
I get the following error;
You have an error in your SQL syntax near 'Full TEXT NOT NULL, TimeStmp INT NOT NULL, Date TEXT NOT NULL, Ca' at line 5 at (eval 4) line 139.
Maybe I'm just being blind?
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
CREATE TABLE Articles ( Title CHAR(40) NOT NULL, Short TEXT NOT NULL, Full TEXT NOT NULL, TimeStmp INT NOT NULL, Date TEXT NOT NULL, Category TEXT NOT NULL, Image TEXT, PRIMARY KEY (TimeStmp) )
I get the following error;
You have an error in your SQL syntax near 'Full TEXT NOT NULL, TimeStmp INT NOT NULL, Date TEXT NOT NULL, Ca' at line 5 at (eval 4) line 139.
Maybe I'm just being blind?
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

