Search found 1 match

by digoni
18.06.2009, 04:49
Forum: Feature Requests
Topic: property Fields.Origin of a TQuery or TTable
Replies: 0
Views: 2437

property Fields.Origin of a TQuery or TTable

Hi , I use some functions that requires to know the table name of the field in a multiple table query. Example: SELECT a.ORDERNO, a.CUSTID, b.NAME FROM ORDER a INNER JOIN CUSTOMER b ON (b.CUSTID = a.CUSTID) So it's possible to develop to auto-generate the Origin property of a field ? In this example...