Formats string containing apostrophes so it can be used by SQL
Formats string containing apostrophes so it can be used by SQL
Rate Formats string containing apostrophes so it can be used by SQL
(2(2 Vote))
Dim tmp$
tmp = strString
tmp = Replace(tmp, "'", "''")
UnQuote = tmp
End Function
Formats string containing apostrophes so it can be used by SQL Comments
No comments yet — be the first to post one!
Post a Comment