MySQL UPDATE clause removes slashes in values - any way to disable the sensitivity to slashes?

Posted by Jeremy Rudd on Stack Overflow See other posts from Stack Overflow or by Jeremy Rudd
Published on 2010-04-21T13:13:06Z Indexed on 2010/04/21 16:53 UTC
Read the original article Hit count: 181

Filed under:
|
|

A MySQL UPDATE clause removes slashes in values, although double slashes ensures that the values save correctly. Any way to disable the sensitivity to slashes? Can I disable it in my connector? I'm using the official connector "MySql.Data" for C#.

© Stack Overflow or respective owner

Related posts about c#

Related posts about mysql