0

/t5/coldfusion-discussions/invalid-sql-statement/td-p/154329
Nov 20, 2008
Nov 20, 2008
Copy link to clipboard
Copied
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'.
Error:
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer

Nov 20, 2008
Nov 20, 2008
Try "UPDATE" instead of "UDPATE"

/t5/coldfusion-discussions/invalid-sql-statement/m-p/154330#M14052
Nov 20, 2008
Nov 20, 2008
Copy link to clipboard
Copied
Try "UPDATE" instead of "UDPATE"
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/invalid-sql-statement/m-p/154331#M14053
Nov 20, 2008
Nov 20, 2008
Copy link to clipboard
Copied
Wow... thanks! I must have stared at that for ten minutes
without seeing it.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

