ADOConnection1,AdoQuery1,button1,combobox1 各一个。 比如说点一下button1,将数据库内容填入到combobox1中 1、AdoConnection1的ConnectionString设置一下 2、AdoQuery1的Connection属性,选择AdoConnection1 3、procedure TForm1.Button1Click(Sender: TObject); begin with AdoQuery1 do begin close; sql.clear;...