aliases in TMSQuery - where I can find TCRFieldDesc type ?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mfg
Posts: 10
Joined: Wed 03 Oct 2007 13:49
Location: Zabrze

aliases in TMSQuery - where I can find TCRFieldDesc type ?

Post by mfg » Sun 28 Dec 2008 00:05

Hello,
I'd like to get information about aliases, origns in my TMSQuery.
In previous thread (Retrieve correct table alias) I found information that I should use
FieldDesc := TCRFieldDesc(msQuery1.GetFieldDesc(msQuery1.Fields)),
but when I try to use TCRFieldDesc I get an error message 'Undeclared identifier'. Could you tell me what sdac unit should I use or maybe there is a diffrent way to get information what aliases, origins i use in my TMSQuery ?
I can't find this information in SDAC help files or even google :)

kind regards
ZS

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 29 Dec 2008 15:04

The TCRFieldDesc class is declared in the CRAccess.pas unit.

Post Reply