M Mark_zheng Unregistered / Unconfirmed GUEST, unregistred user! 2007-09-24 #2 没有人会吗? 我这里很急的。最后一点问题了.
G gohoo Unregistered / Unconfirmed GUEST, unregistred user! 2007-10-25 #5 ado1.close; ado1.sql.clear; ado1.sql.add('select a1 from table1'); try ado1.open; except exit; end; if ado1.recordcount<=0 then Exit; ado1.frist; while ado1.eof do begin combox.items.append(ado1.fields.fieldbyname('a1').asString); ado1.next; end;
ado1.close; ado1.sql.clear; ado1.sql.add('select a1 from table1'); try ado1.open; except exit; end; if ado1.recordcount<=0 then Exit; ado1.frist; while ado1.eof do begin combox.items.append(ado1.fields.fieldbyname('a1').asString); ado1.next; end;