Argh....I'm not sure if this is a problem with the distro MySQLMan, but this isn't the first time it has played up on me with creating tables. It produced this code;
CREATE TABLE lsql_Links(title CHAR(50) NOT NULL ,short TEXT(50) NOT NULL ,full TEXT(500) NOT NULL ,date INT NOT NULL ,nice_date CHAR NOT NULL )
Which was declined by MySQL....but why?
Any ideas?
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
CREATE TABLE lsql_Links(title CHAR(50) NOT NULL ,short TEXT(50) NOT NULL ,full TEXT(500) NOT NULL ,date INT NOT NULL ,nice_date CHAR NOT NULL )
Which was declined by MySQL....but why?
Any ideas?

Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!