thanks in advance ===============================================
Your MySQL connection id is 97 to server version: 4.1.8-standard
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> CREATE TABLE demoCart (
-> ProductID int primary key,
-> CategoryID int,
-> ModelNumber varChar(75),
-> ModelName varChar(250),
-> ProductImageThumb varchar(250),
-> ProductImage varchar(250),
-> UnitCost decimal(9,2),
-> Description BLOB,
-> );
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 10
mysql>
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]