i am adding parameter by
qry = qry.Replace("{criteria}", "info.abc LIKE '%?val%'");
command not worked if i removed ' ' from the command then it give a error how i can search the table in c#
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.
As per the syntax of TSQL – Like you require to put search value between ‘ ‘
Example :
syntax