hi i m trying to insert 's in SQL sever i have search on solution to Replace 's to ''s then insert it is it valid solution or give me other solution
hi i m trying to insert ‘s in SQL sever i have search on
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you are going to insert values with single quote
', you have to escape it through single quote. So what you are doing is right.You may see this article: SQL SERVER – How to Escape Single Quotes