Hi all,
i'm using the JDBC driver from FileMaker together with Apache's Cocoon to build a web application. On updating my data i create a SQL statement containing a single quote in the new value, like the following:
update "Produkt.fp5" set name='Thank's'
It don't work, i receive a error message from FilemMaker. I tried to escape the single quote with '', ', %27, and some other, but i don't get it to work.
I've found a similar thread in this forum, but without solution. Is there really no solution to this problem ?
Many thanks in advance
Kai