delphi 7 出现Undeclared identifier: 'ADOQuery1'该怎么解决?

写了这样一段代码,但是不停报错;procedureTForm1.Button1Click(Sender:TObject);beginifedit1.Text=''then... 写了这样一段代码,但是不停报错;
procedure TForm1.Button1Click(Sender: TObject);
begin
if edit1.Text='' then
begin
showmessage('请输入用户名');
exit;
end;
if edit2.Text='' then
begin
showmessage('请输入密码');
exit;
end;
with ADOQuery1 do
begin
close;
sql.clear;
sql.add('select * from yh where name='''+edit1.text+''' and password='''+edit2.text+''' ');
open;
begin
if bof and eof then
showmessage('错误');
exit;
else
showmessage('yes') ;
end;
end;
end;

end;
Build
[Error] Unit1.pas(43): Undeclared identifier: 'ADOQuery1'
[Error] Unit1.pas(46): Undeclared identifier: 'sql'
[Error] Unit1.pas(47): Missing operator or semicolon
[Error] Unit1.pas(48): Undeclared identifier: 'open'
[Error] Unit1.pas(50): Undeclared identifier: 'bof'
[Error] Unit1.pas(50): Operator not applicable to this operand type
[Error] Unit1.pas(53): ';' not allowed before 'ELSE'
[Error] Unit1.pas(59): '.' expected but ';' found
[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'

求解
展开
 我来答
xtfnpgy
2018-12-14 · TA获得超过1784个赞
知道大有可为答主
回答量:1989
采纳率:76%
帮助的人:1102万
展开全部
很简单啊,就是你没有adoquery1这个控价,从ado组件那里找到adoquery,添加到界面即可。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式