hi
i try to do an insert or update in FMP database by JDBC with a text contains an apostrophe
[color:"red"]
INSERT INTO table ("fieldtext") VALUES ('d'abord')
the insert failed
How can i put my apostrophe in SQL
i try URLEncode but in filemaker i don't see the caractere ' in my string
somebody have a solution ?