One of my names in my data looks like this O'Neil
When I am putting this into my MySQL Query it looks like this 'O'Neil' Unfortunately it reads the ' between the O and causes an error. I Don't want to replace the ', I still want the name to be O'Neil. Can anyone recommend a way to do this?
I'm using C# (.Net).
Thanks.
CM888.