Create Table success!
SQLcmd = CREATE TABLE Products ( ProductID INT unsigned not null auto_increment primary key, Product_desc VARCHAR(50), Cost INT, Weight INT, Numb INT)