updating table not from sqltext
Posted: Thu 27 Jan 2011 13:09
Odac version 7.00.0.3 for Delphi 7
Problem is with TSmartQuery.
When I set updating table to the table mentioned in sqlText, everything is ok, but when I set an updating table to the table not from sqlText, then it seems that smartquery ignores updating table and sets first table of the sqltext into insert, update and refresh sqls.
In older version (5.80) TSmartQuery always used a value set in updating table.
Problem is with TSmartQuery.
When I set updating table to the table mentioned in sqlText, everything is ok, but when I set an updating table to the table not from sqlText, then it seems that smartquery ignores updating table and sets first table of the sqltext into insert, update and refresh sqls.
In older version (5.80) TSmartQuery always used a value set in updating table.