> Can anyone see whats wrong with this?
>
> SQL
> INSERT INTO items (itemcode, name, price, desc) VALUES ('TRO9732', 'Funky
> Trousers', '10.99', 'Some damn funky trewsers!')Yup... "DESC" is a SQL reserved word.. you'll need to change it to "description" Taz -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
