Hi,
I have cross reference table that I am pulling data from multiple reference tables to some mapping tables. These tables have the same field name ie. "name" and "name" to be generic. When I look at the result data from the query I can see the reference object data, however the field "name" is obmitted?
I tried setting the qualifyColumnNames to true with no luck on the result data.
Anyway, I was wondering what I need to do in this case?
Thanks,
I have cross reference table that I am pulling data from multiple reference tables to some mapping tables. These tables have the same field name ie. "name" and "name" to be generic. When I look at the result data from the query I can see the reference object data, however the field "name" is obmitted?
I tried setting the qualifyColumnNames to true with no luck on the result data.
Anyway, I was wondering what I need to do in this case?
Thanks,
Comment