gpt4 book ai didi

mysql - 你的 SQL 语法有错误 ...near '' '

转载 作者:行者123 更新时间:2023-12-01 00:19:40 27 4
gpt4 key购买 nike

<分区>

enter image description here这是我的 table 。

尝试制作“忘记密码表单”。

一遍又一遍地犯同样的错误。需要你的帮助。


您的 SQL 语法有误;检查与您的 MySQL 服务器版本对应的手册,了解在第 1 行的 ''' 附近使用的正确语法

这是我的代码。

    Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
Dim con As New MySqlConnection("host=localhost; username=root; database= login")
Dim cmd As New MySqlCommand
Dim dr As MySqlDataReader

con.Open()
cmd.Connection = con
cmd.CommandText = "select 'from users where userID= ' " & userTxt.Text & " ' and secretQ = ' " & qTxt.Text & " 'and answer= ' " & ansTxt.Text & "' "
dr = cmd.ExecuteReader


If Not dr Is Nothing Then
dr.Read()
pwTxt.Text = dr(2)
dr.Close()
Else
MsgBox("Invalid Username or Password.")

End If

End Sub

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com