October 1, 2002 at 1:13 am
When I log into my SQL Server 7 database (from Delphi Application) through Cirtix, with a 'Blank Password' SQL allows me in. For the life of me I cannot figure out why. Any ideas?
October 1, 2002 at 2:08 am
Is it possible that you have mixed mode authentication enabled?
In that case, SQL Server might let you in, based on the 'trusted' connection from your windows session.
The easiest test is to try to access the database without supplying a username/password at all in your Delphi app.
October 1, 2002 at 10:44 am
Are you sending a user name? What's the connection string?
Steve Jones
October 1, 2002 at 4:06 pm
Remember that after instalation, sql let the SA password equal to null. Like they said, maybe you are loggin with mixed mode. Can you send the connection string?
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply