Authentication

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

Authentication

Post by IAN » Wed 22 Dec 2004 20:12

I want to use Windows Integrated secuiry for logon, do you have an example on how to do this.

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

Re: Authentication

Post by Ikar » Thu 23 Dec 2004 08:22

Just set TMSConnection.Authentication := auWindows

Post Reply