sql server - How to remove the " in parameter with " in the value -




i have sql query string passing size value (1")

strsql = @"select * dbo.model '" + strmodel + "'" datedeleted > getdate()" 

the value strmodel going in '1\"' how remove \ passed value.

the value setting strmodel

strmodel = convert.tostring(dgvsheetdata.rows[i].cells[4].value); 





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -