Subject RE: [IBO]Error returned due to slack syntax in 4.7.16
Author Jason Wharton
Helen,

> http://www.ibobjects.com/docs/IBO_47_Migration.pdf

Please be sure to include mention of the need to change property settings
from table names to relation alias names when they are used. For example,
if a query were:

select a.mycol1, a.mycol2
from mytable a

The Keylinks would have to be changed from:

MYTABLE.MYCOL1

to:

A.MYCOL1


If a relation alias is used it must now be used in all the property settings
of IBO.


Thanks,
Jason