We have an update statements similiar to this in several stored
procedures:
Update FU
set ....
from FU a, BAR b
where a.colname = b.colname
These procedures now bomb with the odbc error:
Cannot use the column prefix 'a'. This must match the object in the
UPDATE clause 'FU'.
Will 7.0 not allow this style update/join or is there a switch that can
be turned on to allow these ?
Thanks for any help,
Bill