Replace " ' " symbol in DLL
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, :rolleyes: I have a validation, replacing quotation mark in my dll as soon as surname or first name has been passed from my form. The code is : CStr(Replace(Trim(surname), "'", "$0")) The problem is when I type a surname = "O'Brian" the data does not go to the database and has internal server error. Can anybody suggest any other way I can liminate this problem? Many Thanks Bravo Two Zero A pen is mighter then a sword.