Calmaris
01-09-2004, 06:57 PM
I've never had to put a semi-colon at the end of these statements.
Exception Details: System.Runtime.InteropServices.COMException: [Microsoft][ODBC Microsoft Access Driver] Missing semicolon (;) at end of SQL statement.
Source Error:
Line 45:
Line 46: query = " Insert INTO comments(User_ID, Comments) VALUES('" & User_ID & "', '" & comment & "') WHERE User_Id = '" & User_Id & "' "
Line 47: addcom = dbconn.execute(query)
Line 48:
Line
Exception Details: System.Runtime.InteropServices.COMException: [Microsoft][ODBC Microsoft Access Driver] Missing semicolon (;) at end of SQL statement.
Source Error:
Line 45:
Line 46: query = " Insert INTO comments(User_ID, Comments) VALUES('" & User_ID & "', '" & comment & "') WHERE User_Id = '" & User_Id & "' "
Line 47: addcom = dbconn.execute(query)
Line 48:
Line