Subject | Re: Single/Double chars in insert statements... |
---|---|
Author | phil_hhn |
Post date | 2004-10-09T02:57:02Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
Thanks again
Phil
wrote:
> No, for once it's standard. It's what you do in Firebird, too.-Cool, I'll do that then.
> ...values('John''s House')
> >[In all current cases where we have single quotes within Strings, weNah, using java so all single-quotes are escaped (\').
> >just happen to be using prepared statements, and you can simply pass
> >any String - including those containing single quotes - to
> >PreparedStatement.setString(...)].
>
> I don't know what interface you are using: perhaps it is hiding the
> necessary parsing from you.
Thanks again
Phil