EDN Admin
Well-known member
I am using sql string to insert, update and delete from a database. Often I run into the problem where a value to be inserted into the sql containt a , " or some other character that disrupts my sql string. Is there an sql escape function in c#? Is there an unescape function also?
How do other developers normally handle this problem?
Thanks
Ackim
View the full article
How do other developers normally handle this problem?
Thanks
Ackim
View the full article