• Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
/sportasp/add.asp, line 115
Line 115 says the following: MM_editCmd.Execute
OK HERE IS THE ERROR AGAIN -- IT SAYS LINE 115 is the error but our line (108) is the insert statement __________________________________________________ ___________________-_
(line 108)MM_editQuery = "insert into" & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")"
(line 115) mm_editCmd.execute
I dont understand what the problem is!!! If you need more info send me a private msg
Please speak in asp noobie language. 
|