Subject Re: Escape single quote (apostrophe)
Author jeff_j_dunlap
--- In firebird-support@yahoogroups.com, "Adam" <s3057043@...> wrote:
Adam,

Thanks for responding.

> What is your client language/environment?

I'm coding my application using C++ and IBPP. I am not using any
platform specific functions or libraries.

> Most languages have some sort of idea of a paramatised query which
> takes care of necessary escaping.

I see. IBPP does not appear to provide features like you mentioned
other than straight native API access. I'll have to write a function
to escape the single quotes with a second quote.

Regards,

Jeff