关于三层体系的clientdataset(40分)

  • 主题发起人 主题发起人 latlat
  • 开始时间 开始时间
L

latlat

Unregistered / Unconfirmed
GUEST, unregistred user!
三层体系的客户端,clientdataset,当对它调用findkey方法时,编译通过,运行时出错
错误代码为:clientdataset3:no index currently active
 
find必须指定索引字段, 没有索引字段可以用locate代替
 
补充一下,clientdataset的索引要动态建立。
 
FindKey 的参数传的不合适/不正确
 
问题出在了索引上,正确的代码如下:
Clientdataset1.IndexFieldNames :='名称';
Clientdataset1.FindKey ([treeview1.selected.text]);
 
多人接受答案了。
 

Similar threads

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