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.