Subject Re: [IBO] TIB_Column::FullFieldName
Author Jason Wharton
I think you have a good point here. I can make it so that it will omit the
relation name.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "bhatakeyama" <bhatasub5@...>
To: <ibobjects@yahoogroups.com>
Sent: Wednesday, May 01, 2002 11:50 AM
Subject: [IBO] TIB_Column::FullFieldName


> >From the Select statement:
> Select Name.RecNum From Name
> the FullFieldName property returns:
> NAME.RECNUM
> as I expected.
>
> However when I use
> Select Name.RecNum AS NAME_RECNUM from Name
> the FullFieldName property returns:
> NAME.NAME_RECNUM
>
> Should not NAME.RECNUM be returned? NAME.NAME_RECNUM is
> not very useful.
>
> bhata