Insert Record Error

From: Sam (cybersam88_at_hotmail.com)
Date: 07/26/04


Date: Mon, 26 Jul 2004 16:45:45 +0800

Coding
--------
 rsAdd = "INSERT INTO F0911C (GLDCT) VALUES"
  rsAdd = rsAdd & " '0010'"
  ConnSQL.Execute(rsAdd)
  Set rsAdd = Nothing

Error Message
---------------
Microsoft OLE DB Provider for SQL Server error '80040e14'
Line 1: Incorrect syntax near '0010'.
/jde/F0911C.asp, line 98

Where is the error and please advise how to solve it?



Relevant Pages


Loading