本文介绍了在表中插入单引号的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的朋友们,
我有一点怀疑。当用户在文本字段中输入'(单引号)时。
插入表格时,它会给我们错误。
但我在少数网站看到过 - Facebook,Code Project允许'(单引号)并显示相同的内容。
任何人都可以指导我。
Dear Friends,
I have small doubt. When user enters the ' (single quotes) in the text field.
While inserting in Table, it give us the error.
But I have seen in few sites eg- Facebook,Code Project where they allow ' (single quotes) and display the same.
Can anyone guide me on this.
推荐答案
cmd.Parameters.Add("@name", SqlDbType.VarChar);
这篇关于在表中插入单引号的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!