Page 1 of 1

How can i escape value for sqlcommand text insertion ?

Posted: Wed 22 Mar 2006 18:54
by baba
I have got some String values. They are absolutely of any contents.

Like "Hello guy's"

When i build a command text, i need to escape some caracters.

Like with the C api PQescapeString(...)

Have you got an equivalent ??

Posted: Thu 23 Mar 2006 08:20
by Alexey
We don't have such public functions. Use parameters instead.