请帮忙,三层的数据库问题(50分)

C

camc

Unregistered / Unconfirmed
GUEST, unregistred user!
在一个三层的结构中,建立了Master/Detail模型,请问我要在客户端的clientdataset中提取Detail表中的某个字段的值,请问该实现,谢谢!

clientdataset3.close;
clientdataset3.CommandText:='select * from ipqc1 where projectionid=001';
x:=clientdataset3.FieldByName('mode').Value;
clientdataset3.Open;
为什么这么写会出错? [:)]
 
顶部