auWindows - not defined

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

auWindows - not defined

Post by Guest » Sat 30 Jul 2005 21:59

When I attempt to set the MSConnection.authentication IN CODE to auWindows or auServer, I receive an Undeclared identifer: 'auWindows' (or 'auServer) compiler error. When I set the value in the IDE it works fine.

Where are auWindows and auServer defined?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 01 Aug 2005 06:28

Please add OLEDBAccess unit to uses clause

Post Reply