Subject | How can I get the full sql field name from a TIB Query |
---|---|
Author | Hans |
Post date | 2005-11-20T01:47:35Z |
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 ?
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 ?