Hi i have a field to fill up Fullname that only allow alphabet, sign '(apostrophe), sign @
to type when I am trying using mysql, everything is okay, but when I want to send the data to another web services that use sql server.
The problem is sign ' (apostrophe) and give me error, because in sql script, there is script like Insert into table1 values ('','')
so how to replace sign ' (apostrophe) to ` (grave accent) before save to database