在active form中如何查询服务器上的数据 (50分)

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

zhangjin

Unregistered / Unconfirmed
GUEST, unregistred user!
三层结构
clientdataset的commandtext怎么传送
 
使用Midas标签中的组件.
 
思考中、、、
 
ClientDataSet.Active:=false;
ClientDataSet.CommandText:='select * from tablename';
ClientDataSet.Active:=true;
Edit1.Text:=ClientDataSet.FieldValues['fieldname'];
[:D][:D][:D]
注意:在DataSetProvider中的Options->poAllowCommandText要设为true
 
to tinger
提示出错:
adodateset1:can not perform this opration on open dateset
 
错误的是哪一行代码
 
to tinger
应该是ClientDataSet.Active:=true;
 
跟踪一下,你的clientdataset 一定是没有关
 
to neilw
ClientDataSet.Active:=false;不是关吗
 
tinger的答案正确
 
to zhangjin:
你的这个问题 http://www.delphibbs.com/delphibbs/dispq.asp?lid=524387 是如何解决的?
我也遇到了相同的问题。谢谢!
 
to Qiuliang:
没有找到原因,不过后来就没有问题了
可能是网络的问题
 
接受答案了.
 
后退
顶部