Page is a not externally linkable
LinusIT - 9:43 am on Jan 27, 2011 (gmt 0)
I still can't get this to work, here's the script I'm using.
INSERT INTO `manufacturer` (`manufacturer_name`) VALUES ('Alfa Romeo'),
INSERT INTO `manufacturer` (`manufacturer_name`) VALUES ('Audi'),
INSERT INTO `manufacturer` (`manufacturer_name`) VALUES ('BMW'),
INSERT INTO `manufacturer` (`manufacturer_name`) VALUES ('Chevrolet'),
INSERT INTO `manufacturer` (`manufacturer_name`) VALUES ('Chrysler'),
INSERT INTO `manufacturer` (`manufacturer_name`) VALUES ('Citoen'),
INSERT INTO `manufacturer` (`manufacturer_name`) VALUES ('Daewoo'),
INSERT INTO `manufacturer` (`manufacturer_name`) VALUES ('Daihatsu');
This is with a different database, the create table script works, just not able to enter any data.
Please help cos I don't want to type all this in by hand :(