VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



SQL single quote headaches vanish with one line of code.

by Dr. John Nyhart (4 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 6th July 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

SQL single quote headaches vanish with one line of code.

Rate SQL single quote headaches vanish with one line of code.




YourString = Replace(YourString, "'", Chr(146))



Download this snippet    Add to My Saved Code

SQL single quote headaches vanish with one line of code. Comments

No comments have been posted about SQL single quote headaches vanish with one line of code.. Why not be the first to post a comment about SQL single quote headaches vanish with one line of code..

Post your comment

Subject:
Message:
0/1000 characters