数据库表中的数据库如何写到STRINGGRID中(80分)

  • 主题发起人 主题发起人 peaked
  • 开始时间 开始时间
P

peaked

Unregistered / Unconfirmed
GUEST, unregistred user!
》》有没有例子 谢谢!
 
更正:数据库表中的数据如何写到STRINGGRID中
 
query1.first
for i:=0 to query1.recordcount-1 begin
stringgrid1.cells[0,i]:=query1.field[0].asstring;
query1.next
end;
 
接受答案了.
 
后退
顶部