char 96 escaping - passed into stored procedure
418006Mar 29 2004 — edited Mar 29 2004Hi all,
I have 1 IN value and 1 OUT value in a decryption routine stored procedure. The IN value includes a char(96) character. This is the char that looks like a slanted single quote and is usually on the same key as the umlaut.
My question is does char(96) need to be escaped before passing it into the stored procedure? If so, how is it escaped? The same way as a regular single quote, using the double single quote ( `` )?
Thanks