How can i escape value for sqlcommand text insertion ?
Posted: Wed 22 Mar 2006 18:54
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 ??
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 ??