Undefined identifier auServer/auWindows

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chucknorris77
Posts: 2
Joined: Wed 30 Mar 2022 10:59

Undefined identifier auServer/auWindows

Post by chucknorris77 » Wed 30 Mar 2022 11:12

Hi,

we're using SDAC 9.3.2 and UNIDAC 8.3.2 within a Delphi X4 environment.

I guess since the installation of the UNIDAC components I can't use the property auServer/AuWindows of Authentication/TMSAuthentication? (Error Message: Undefined identifier auServer/auWindows)

The unit OLEDBAccess (SDAC) is integrated - the UNIDAC variant ist named "OLEDBAccessUni" so normally I could exclude a mix-up.

Has anyone the same issue or any idea?

Thank you in advance

paweld
Posts: 19
Joined: Mon 29 Sep 2014 08:56

Re: Undefined identifier auServer/auWindows

Post by paweld » Thu 31 Mar 2022 08:28

add `MSClasses` to `uses` section

chucknorris77
Posts: 2
Joined: Wed 30 Mar 2022 10:59

Re: Undefined identifier auServer/auWindows

Post by chucknorris77 » Thu 31 Mar 2022 11:57

Thanks a lot!!!
That worked :)

Post Reply