首页上一页 1 下一页尾页 1 条记录 1/1页
你确定你的数据库和你的第十五章的Winform的程序是对应的? 我上传了一张数据库的表结构图你自己看看
发表在Oracle视频答疑
2015-08-31
是否精华
是
否
版块置顶:
是
否
下面的是一条登陆的时候查询匹配的登陆的信息的,反正我是找不到你查询的那个表:
string strSql = "select * from SYOperator where OperatorCode = '" + txtCode.Text.Trim() + "' and PassWord = '" + txtPwd.Text.Trim() + "'";
string strSql = "select * from SYOperator where OperatorCode = '" + txtCode.Text.Trim() + "' and PassWord = '" + txtPwd.Text.Trim() + "'";