Sebastijan Posted May 13, 2009 Posted May 13, 2009 what is wrong with this update statement .. "UPDATE events SET title='" & editor::title & "', desc = '" & editor::desc & "' WHERE id='" & editor::id & "'" FileMaker say - ODBC Error: [MySQL][ODBC 5.1 Driver][mysqld-5.1.34]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc = 'test' WHERE id = '721'" at line 1 tnx for help in advance!
Baloo Posted May 14, 2009 Posted May 14, 2009 what values do editor::title and editor:id contain? what data types are events.title, events.desc, and events.id?
Recommended Posts
This topic is 5673 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now