标签:
今天由于突发奇想,并总结前面的经验,决定推翻之前的所有成果,进行代码重构,其实好处很多,今天我又复习了很多东西,下面来总结一下。
1.messageBox的用法
messageBox(0,‘提示的内容‘,‘提示的标题‘,确定样式(比如只有确定/确定加取消等等));
2.if () 判断 () then 记得加括号啊
3.判断数据的值记得要open一下,不然你连接都不连接怎么行
qryLogin.Close; qryLogin.SQL.Clear; qryLogin.SQL.Add(‘select * from userLogin where userAccount=‘‘‘+edtName.Text+‘‘‘ and userPassword=‘‘‘+edtPwd.Text+‘‘‘‘); qryLogin.Open;
星期一就要去面试了,要相信自己,加油吧老马!!!
标签:
原文地址:http://www.cnblogs.com/Martin-Ivy/p/5812053.html