J
J. Muenchbourg
IN the code below, I am getting an Incorrect Syntax near "," error (the
sql execute line, and it is pointing to position 1 ) (the display
formatting here may look different than my script):
strSQLStatement = "INSERT INTO
tblArticles(handid,articleid,articleDate,sport,articleheader,fpick,artic
leText)"_
& "VALUES ('" & handid & "', " _
& articleid & ", '" _
& articledate & "', " _
& sport & ", '" _
& articleheader & "', '" _
& fpick & "', '" _
& articleText & "')"
response.write strSQLstatement
Conn.Execute(strSQLStatement)
????
Thanks in advance
Muench
sql execute line, and it is pointing to position 1 ) (the display
formatting here may look different than my script):
strSQLStatement = "INSERT INTO
tblArticles(handid,articleid,articleDate,sport,articleheader,fpick,artic
leText)"_
& "VALUES ('" & handid & "', " _
& articleid & ", '" _
& articledate & "', " _
& sport & ", '" _
& articleheader & "', '" _
& fpick & "', '" _
& articleText & "')"
response.write strSQLstatement
Conn.Execute(strSQLStatement)
????
Thanks in advance
Muench