Access the Field Origin ?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
luapfr
Posts: 37
Joined: Thu 11 Apr 2013 13:11

Access the Field Origin ?

Post by luapfr » Sun 24 Dec 2017 19:32

Is it possible to access the SQL Origin that make up a field?
SQL Example ::

MAX(VE.DATA_EMISSAO) As DATA_COMPRA,

In this example, the Field Source would be
"MAX(VE.DATA_EMISSAO)"

I have to do this with IBDac
where I pass the Field Name "DATA_COMPRA"
and he would return to me "MAX (VE.DATA_EMISSAO)"

Thankful.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Access the Field Origin ?

Post by ViktorV » Tue 26 Dec 2017 10:33

Unfortunately, this functionality is not supported in IBDAC, since Firebird does not allow obtaining the required information.

Post Reply