参考
Dim dr As DataRow = DataTables("密码表").Find("用户名 = '" & username & "'")
If dr IsNot Nothing AndAlso dr("密码") = password then
Verified = True
End If