A
A00A00
Unregistered / Unconfirmed
GUEST, unregistred user!
两个表都是AdoDataSet
MasterTbl(select * from orders where orderid=rderid)
DetailTbl(select * from order_detail where orderid=rderid)
它们之间用 "DataSource" 连接,"DetailTbl" 的 "DataSource" 为连接到
"MasterTbl" 的 "MasterDataSource"
因为子表的纪录太多, 有时用户想从明细表中选出部分纪录出来,我想用filter应
应该快些(因为它不用再到服务器取数据),但它提示不能在Detail table上进行这样
的操作.不知大家有没有好的方法.
MasterTbl(select * from orders where orderid=rderid)
DetailTbl(select * from order_detail where orderid=rderid)
它们之间用 "DataSource" 连接,"DetailTbl" 的 "DataSource" 为连接到
"MasterTbl" 的 "MasterDataSource"
因为子表的纪录太多, 有时用户想从明细表中选出部分纪录出来,我想用filter应
应该快些(因为它不用再到服务器取数据),但它提示不能在Detail table上进行这样
的操作.不知大家有没有好的方法.