Skip to main content
November 20, 2008
Answered

Invalid SQL Statement

  • November 20, 2008
  • 1 reply
  • 564 views
Hi, I have a pretty simple update query, and I can't figure out where the error is coming from! Thanks.

Error:
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.

    This topic has been closed for replies.
    Correct answer
    Try "UPDATE" instead of "UDPATE"

    1 reply

    Correct answer
    November 20, 2008
    Try "UPDATE" instead of "UDPATE"
    November 20, 2008
    Wow... thanks! I must have stared at that for ten minutes without seeing it.