Subject | Re: [Firebird-Java] How to mask ' ? |
---|---|
Author | Carsten Schäfer |
Post date | 2006-03-20T09:40:04Z |
I do use parameters and PreparedStatements !
And i mask ' with '' !
My problem is that with Jaybird nothing is found !
Carsten
Roman Rokytskyy schrieb:
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
>