Login Failed

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
eugene
Posts: 3
Joined: Mon 12 Nov 2007 04:02

Login Failed

Post by eugene » Mon 12 Nov 2007 04:17

Hi,
At the client site the user can connect to the SQL server with Microsoft SQL Server Management Studio (MSSQL 2005). But not with my application...

He receives: Login failed for user Octa.
The MSSQL server log states an invalid password ()

I use Delphi 2006 and the most recent dll (dbexpsda30.dll dated 2007-05-03)

I need help, thank you
Eugene

The content of SQLConnection.Params.text is
'DataBase=OctaSchedulingTM'
'User_Name=Octa'
'PassWord=Octa'
'HostName=EUG\EUG'

The SQLCOnnection properties are

SQLConnection.DriverName:='SQLServer';
SQLConnection.LibraryName:='dbexpsda30.dll';
SQLConnection.VendorLib := 'sqloledb.dll';
SQLConnection.GetDriverFunc := 'getSQLDriverSQLServer';
SQLConnection.ConnectionName:='SQLServerConnection';

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 13 Nov 2007 12:41

It is likely that there is something wrong with your SQL Client. We have sent you a test application and some additional questions by e-mail.

eugene
Posts: 3
Joined: Mon 12 Nov 2007 04:02

Post by eugene » Thu 15 Nov 2007 02:51

Hi,

Forgive me for being impatient,

I sent you back the results, and I am waiting for an answer.

Thank you

Eugene

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 16 Nov 2007 12:13

I have recently answered you by e-mail.

Post Reply