Im doing an insert from an ASP form into an Access Database.
The SQL reads:
Insert into appear (Tour,perfDate,City,State,Venue,Notes,With) Values('The Roots','4/8/02','The Big Island','Hawaii','The nice Venue','With fine ladies','Trey Anastasio')
I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
The SQL works perfectly when I take the "With" field and value out ... the last one. There is certainly a "With" field in my Database. This has been driving me crazy!
Thanks!
Dan
The SQL reads:
Insert into appear (Tour,perfDate,City,State,Venue,Notes,With) Values('The Roots','4/8/02','The Big Island','Hawaii','The nice Venue','With fine ladies','Trey Anastasio')
I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
The SQL works perfectly when I take the "With" field and value out ... the last one. There is certainly a "With" field in my Database. This has been driving me crazy!
Thanks!
Dan