Y
yifawu
Unregistered / Unconfirmed
GUEST, unregistred user!
我有两个表, table1,table2
它们有相同字段 code, 我只想修改 table1, table2只是
为了限制table1 的范围.
adoquery->SQL->Add("select t1.* from table1 t1,table2 t2
where t1.code=t2.code and t2.depart='01')
adoquery->Open();
insert recorde 没有问题,
而 edit , delete 则会出现 "缺少更新或刷新的键值信息"
请问如何克服?
它们有相同字段 code, 我只想修改 table1, table2只是
为了限制table1 的范围.
adoquery->SQL->Add("select t1.* from table1 t1,table2 t2
where t1.code=t2.code and t2.depart='01')
adoquery->Open();
insert recorde 没有问题,
而 edit , delete 则会出现 "缺少更新或刷新的键值信息"
请问如何克服?