首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

纠错解决方法

2012-06-13 
纠错select * from info where usersname like+%+#39+edt1.Text+#39+%[解决办法]Delphi(Pascal) cod

纠错
'select * from info where usersname like'+'%'+#39+edt1.Text+#39+'%'

[解决办法]

Delphi(Pascal) code
'select * from info where usersname like '+#39+'%'+edt1.Text+'%'+#39; 

热点排行