摘要: ASP.NET+Access一、登入部分主界面 Fm = new 主界面(); string s1 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=student.mdb"; string s2 = "select*from 登录信息表 where 用户名='" + this.ttbName.Text + "' and 密码 ='" + ttbPwd.Text + "'and 身份='" + cbbId.Text + " 阅读全文
posted @ 2013-06-25 20:32 蓬莱仙羽 阅读(419) 评论(0) 推荐(0)