Can somebody please help me to check my coding! I try to run this, but the browser will keep feed back with
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80040E14)
Line 1: Incorrect syntax near '('.
this is my coding:
szSQL = "UPDATE traking (status, remark, s_name, s_email, s_dept, s_ext, date_in, time_in) VALUES ('"&status&"','"&remark&"','"&s_name&"','"&s_email&"','"&s_dept&"','"&s_ext&"','"&date_in&"','"&time_in&"') WHERE equip_id='"&equip_id&"' "
set rs = openConn.Execute(szSQL)
I would really thank those who read my thread!
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80040E14)
Line 1: Incorrect syntax near '('.
this is my coding:
szSQL = "UPDATE traking (status, remark, s_name, s_email, s_dept, s_ext, date_in, time_in) VALUES ('"&status&"','"&remark&"','"&s_name&"','"&s_email&"','"&s_dept&"','"&s_ext&"','"&date_in&"','"&time_in&"') WHERE equip_id='"&equip_id&"' "
set rs = openConn.Execute(szSQL)
I would really thank those who read my thread!