Subject Re: [Firebird-Java] How to mask ' ?
Author Carsten Schäfer
I do use parameters and PreparedStatements !
And i mask ' with '' !
My problem is that with Jaybird nothing is found !

Carsten

Roman Rokytskyy schrieb:
>> I tried to mask the ' with '' -> Nothing is found.
>> I tried to mask the ' with \' -> Something is found, but i get an
>>
>
> Best solution is to use parameters and prepared statements. But the answer
> on your question is to use two single-quotes ('').
>
> Roman
>