May 13, 200916 yr 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!
May 14, 200916 yr what values do editor::title and editor:id contain? what data types are events.title, events.desc, and events.id?
Create an account or sign in to comment