Syntax error when executing INSERT INTO statement

前端 未结 4 1308
灰色年华
灰色年华 2021-01-23 08:52

I input the Right dataSource but it didnt i cant fixed the problem cmd.ExecuteNonQuery() saying:

Syntax error in INSERT INTO

4条回答
  •  無奈伤痛
    2021-01-23 09:00

    First line is missing as '

    ...
    "SET StickerCode='" & Me.text1.Text & "'" & _ 
    ...
    

提交回复
热议问题