I am trying to insert string as “baby’s world” into the column of type varchar through query but shows me error.
Is there anything else i need to put to the query so that it accept that symbol
I am trying to insert string as baby’s world into the column of type
Share
put a backslash in front of it like so:
You can find and replace them in your string using the following:
I’m not 100% sure about this last part, but you need to ‘escape’ the ‘ and \ by adding a \ in front of it. So it would seem alright (can’t test as i’m not a C# programmer.