Login Failed
Posted: 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';
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';