On Fri, 28 Jun 2002 15:33:29 -0400, stev knowles
<stev@Precision.Guesswork.COM> wrote:
>the problem records have words like "don't" in them,
>which is screwing with the delimiters on the command line i am passing in,
>so i need to change them to be "don\'t".
Stev,
in case you have not found it yet,
PQescapeString(char *to, const char *from, size_t length)
does that for you.
Servus
Manfred