Thanx for your help guys, you were right; desc is a reserved word. I
fixed it by using [desc].
Cheers,
Simon.
(Simom Thorpe) wrote in message news:<. com>...
> Hi,
>
> I'm trying to insert a line into a MS access DB using ASP on IIS 5.
>
> This is the line:
>
> con.execute "INSERT INTO newProds(title,desc,catcode) VALUES
> ('Champagne Muff Scarf','','AC304B')"
>
> But it throws up this error:
>
> Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
>
> [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO
> statement.
>
> /admin/import/newprods.asp, line 37
>
> I've been staring at the line for 40 mins now and I can't see a damn
> thing wrong with it; hopefully a new set of eyes can see a bug!
>
> What am I doing wrong??
>
> Simon.