自
自我教育
Unregistered / Unconfirmed
GUEST, unregistred user!
Query.SQL.Add('select * from table1 union all select * from table2');
open;
Query.Locate('Name',value,[]);//定位到table2中的记录
提示错误,无法定位合集
但是定位到table1中的记录就无错误提示
并且两个表的结构完全相同
为什么?
如何解决?
open;
Query.Locate('Name',value,[]);//定位到table2中的记录
提示错误,无法定位合集
但是定位到table1中的记录就无错误提示
并且两个表的结构完全相同
为什么?
如何解决?