Insert Query in C# with Special Characters
I wriiten a insert query in C# and it works fine.But when i am trying to insert character like ' then its throwing exception.
Please let me know the correct way so that it should accept all characters.
Thanks