>- see footer for list info -<
I have a script that someone has sent me, which is generate dby PHPMyAdmin,
meant to create all the tables and insert data into their database.
Except it generates lots of errors.

All the insert statements like this one.

INSERT INTO `tbl_customers` VALUES (DCD8AD57-02-03-05, '1', 'Ashley',
'Hayward', 'Trebyan blah', 'blah', 'Bodmin', 'blah', 'Ashley Hayward',
'Trebyan Forge', 'Lanhydrock', 'blah', 'PL30 ', '01208 ',
'[EMAIL PROTECTED]', 'ashley', 'design', 'asdasdasdad');

Generates an error like

Invalid column DCD8AD57

Now I can see in the database that the first column, primary key, should be
a varchar, so the first item in the insert statement should be in quotes.
So why the HELL has PHPMyAdmin generated all the insert statements
incorrcetly.
I don't use PHPMyAdmin, is this a known bug with it?

--
Russ


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to