I am using c++ builder 6...I query an SQL server...in my query I join 7 tables....there are some duplicate field names...c++ builder assigns the duplicates a number field name (i.e. field1 from table1 becomes field1_1)....how can I get it to give me back the SQL type field names (i.e. field1 of table1 would be table1.field1)?