Subject Re: [Firebird-Java] How to mask ' ?
Author Roman Rokytskyy
> 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