SDAC 3.50.0.14 Windows Authetication to Server with different credentials

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

SDAC 3.50.0.14 Windows Authetication to Server with different credentials

Post by carsten » Mon 23 May 2005 14:02

Hi,
i like to connect to the SQl server from client to server.
I want to use windows authentication, but the User/Password from
client and Server is different.

How can i connect to the SQl Server with windonws authentication.

(When user/Password on both sides are identical, then everything works. If different then Exeption)

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

Post by Ikar » Mon 23 May 2005 14:10

Set MSConnection.Authentication to auWindows

carsten

Logon to sql using auWindows when client and server have other user/pwd

Post by carsten » Tue 24 May 2005 06:46

hi,
i already have set Authetication to auWindows.
But when client and server have different user/pwd then i got error.

how can i set user and password when using windows authentication ??

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

Post by Ikar » Tue 24 May 2005 09:00

This question concerns not SDAC but MS SQL Server administration.
Please search for an answer in its documentation.

Post Reply