This is driving me crazy. I am using a simple ASP table editor to make changes to an Access table. The following command is causing me to get an error:
UPDATE rates Set IRItype='A2', IRIProductName='Stylish', SQfeet='803', Bathrooms=1, IRIunitprice='600',
This is the error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
The SQL command is automaticly generated by the ASP script. I do not know if that extra comma is the cause of the error.