Hi there,
I have the same problem, but I can not use the same solution as yours, because in my case I am using native sql query when I am restoring backup archives of my system. So it is a huge inserts which are generated dynamically based on backup XML file. I am parsing XML-s and further I am creating inserts based on xml data, and then executing those inserts by the native sql query. And when there is a '{' or '}' character - the system is crashing. So for such a functional using 'setParameter()' solution is not acceptable.
Is there any other way to solve this bug? This is CRITICALLY IMPORTANT for me. Please share with your ideas.
Thanks, Harut.
|