Syntax error in INSERT INTO statement - 5/6/2004 2:41:00
Mr. Ritchard Dudley Thanks for replying, The error I am getting is (Syntax error in INSERT INTO statement) .
Syntax error in INSERT INTO statement. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Syntax error in INSERT INTO statement.
Source Error:
Line 382: Line 383: Line 384: cmd.ExecuteNonQuery(); Line 385: DataBind(); Line 386: conn2.Close ();