Subject How can I get the full sql field name from a TIB Query
Author Hans
Hi,

In a TIBOQyery or TIB_Query select like

select a.fname, c.* from folks a
join cities c on ...

How can I retrieve the SQL field names with the a. and c. prefixes attached
to set up grid title click column sorting in case both tables have identical
named
columns ?