[Mysql-cocoa-users] problems using prepareString:
Brought to you by:
sergecohen
|
From: John S. <joh...@hw...> - 2004-08-07 17:20:19
|
I'm using this to clean up strings before they go into the DB. Example: "The big dog's ear" will have the ' escaped. This is great. Unfortunately, the data read from the DB later still has the escape sequence in it. Is there a stock way to unescape this stuff when it comes out of the DB? There does not seem to be a method in the SMySQL docs. |