Hi,
I've got a TOracleDataSet witch I join three tables, ruffly like this:
select a.rowid, a.no, a.name
from tab1 a, tab2 b, tab3 c
where a.no = b.no
and a.no = c.no
As you see I've got the column name 'no' in all tables .. this is the problem when I define the column 'no' as a...