Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Login fails

Author  Topic 

shajimanjeri
Posting Yak Master

179 Posts

Posted - 2007-08-16 : 05:06:22
Hi all,

I have created one new database in sql 2000 with name Test. But when I access this DB through classical ASP page it showing some error:-
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database requested in login 'Test'. Login fails.

Here I am trying to connect DB by ASP page by entering user name and password. Anybody can tell the reason please?

With regards

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-08-16 : 22:09:24
Does user test have permission to access db Test?
Go to Top of Page
   

- Advertisement -