以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 页面身份验证问题 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=147140) |
-- 作者:aidimeng -- 发布时间:2020/3/10 16:46:00 -- 页面身份验证问题 Dim Verified As Boolean \'用于标记用户是否通过了身份验证 Dim ddr As DataRow= DataTables("user").SQLFind("name=\'"& UserName &"\' AndAlso password=\'"& Password &"\' ") Select Case e.Path
我修改了例子中的登录代码,从数据库中去验证,怎么总是验证不过去啊 |
-- 作者:有点蓝 -- 发布时间:2020/3/10 16:58:00 -- Dim ddr As DataRow= DataTables("user").SQLFind("name=\'" & UserName &"\' And password=\'" & Password & "\' ") AndAlso 是代码的用法,SQL或者表达式里使用and
|
-- 作者:aidimeng -- 发布时间:2020/3/10 17:01:00 -- 谢谢 我一直在纠结 isnot nothing 上了 |
-- 作者:aidimeng -- 发布时间:2020/3/10 17:23:00 -- 谢谢甜老师,如果页面很多,能否把代码存储在web目录下 用txt格式呢? |
-- 作者:有点蓝 -- 发布时间:2020/3/10 17:32:00 -- 使用函数,如:http://www.foxtable.com/mobilehelp/topics/0025.htm |