这样动态建数据集,为什么不能open?(50分)

  • 主题发起人 主题发起人 zjwyyh
  • 开始时间 开始时间
Z

zjwyyh

Unregistered / Unconfirmed
GUEST, unregistred user!
var<br>&nbsp; &nbsp;tempDataSet:TDataSet;<br>begin<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tempDataSet:=TDataSet.Create(nil);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tempDataSet.FieldDefs.Add('bz',ftString,100,false);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tempDataSet.FieldDefs.Add('dt',ftString,100,false);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tempDataSet.Open;<br>一运行到open时就报错?难道只能用clientDataset吗?
 
当然,dataset 是必须有 database connection 的,否则必错,用内存表 clientdataset 或者<br>&nbsp;kbmmemtable都可以解决
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
687
import
I
后退
顶部