"Window Authentication" using the DbxSda driver

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Dirceu

"Window Authentication" using the DbxSda driver

Post by Dirceu » Thu 28 Jul 2005 12:27

Hello all.

As I can make the connection with "Window Authentication"
using the "DbxSda" driver

The orginal Driver DBX of the DELPHI is the MSSQL
and this contains the following parameter
"OS Authentication=True" :(

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

Post by Ikar » Thu 28 Jul 2005 13:44

If you use the last version of DbxSda and Delphi not older than 7, you should use the same settings for DbxSda. Otherwise, just don't set UserName.

Guest

Post by Guest » Thu 28 Jul 2005 15:46

Ok, I am using dbxsda 2.50,
with 7 Delphi and Delphi 2005.

Thanks Ikar.

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

Post by Ikar » Fri 29 Jul 2005 11:12

In such case you can use any of these ways.

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

Post by Ikar » Fri 29 Jul 2005 11:13

> I'm having connectivity problems with the latest version (2.50.5) and MDAC 2.8
> SP2 on windows Server 2003.

Please specify what error message you get on it.

Is your server located at the same machine with client?

> The version for sqloledb.dll is 2000.086.1830.00

Please send this dll by email to dbxsda*crlab*com

Post Reply