在Talbe中怎样判断一个表非空(100分)

  • 主题发起人 主题发起人 BiJ
  • 开始时间 开始时间
B

BiJ

Unregistered / Unconfirmed
GUEST, unregistred user!
注:我用FindFirst时SqlServer出错;
 
table1.open;
if table1.eof then
table是空的.
 
可以判断两个东东:
1.TDataset.IsEmpty是否为True;
2.TDataset.RecordCount是否为0;
 
if table.bof and table.eof then
//table is empty
 
气死我了!!
 
100分吗,有什么舍不得的。
 
多人接受答案了。
 
后退
顶部