select * from user where UserNo=✀" & txtUser.Text & "✀and password=✀" & txtPwd.Text & "✀

运行的时候一直提示from子句错误?不知道错在哪里了
2025-01-20 18:36:54
推荐回答(1个)
回答1:

没什么错误,目测有可能是user是关键字
不知道你这个用的什么数据库
mysql的话,user上加上上边数字键1左边的那个点号 比如 `user`
sqlserver的话,用中括号如 [user]
另外该有空格的地方打看上空格
'" & txtUser.Text & "'--比如这个位置 and password='" & txtPwd.Text & "'