用户名检测我想做用户名检测 ,用下面的方法select count(1) as count from 注册表 where 用户名= TextBox1.Text但老提示我输入字符串格式错误,那位高手帮我看看[解决办法]"select count(1) as count from 注册表 where 用户名="+TextBox1.Text ;