A
apartment
Unregistered / Unconfirmed
GUEST, unregistred user!
我做了一个三层结构的主副表,服务端用两个adoquery,一个datasource,一个datasetprovider
两个adoquery通过参数关联,主表SQL为:SELECT * from publishers(主表包含pub_id字段),
主表为datasource1的dataset属性值
副表SQL为:select * from titles where pub_id=ub_id,datasource设置为:datasource1,
在客户端通过clientdataset1.applyupdates(-1)进行更新时,修改都可以,副表insert也可以,
可偏偏主副表同时增加就不行,没有报错,可就是没有insert到数据库里。
两个adoquery通过参数关联,主表SQL为:SELECT * from publishers(主表包含pub_id字段),
主表为datasource1的dataset属性值
副表SQL为:select * from titles where pub_id=ub_id,datasource设置为:datasource1,
在客户端通过clientdataset1.applyupdates(-1)进行更新时,修改都可以,副表insert也可以,
可偏偏主副表同时增加就不行,没有报错,可就是没有insert到数据库里。