| Author: Padma 23 Jul 2007 | Member Level: Diamond | Rating: Points: 2 |
hi check your userid and pwd for the database you tried to connect
|
| Author: Deva 23 Jul 2007 | Member Level: Silver | Rating: Points: 2 |
actually i have logged in as admin and requires no password... even then i get the error.
|
| Author: Awais Mushtaq 23 Jul 2007 | Member Level: Bronze | Rating: Points: 2 |
Lady, even signing in as administrator won't help you if you had accidentally added user & admin groups to access database. Sometimes, some viruses interrupt the operation. First make sure that your system is clean of all worms and viruses. And then check whether you had added some user of admin groups. If you had added database password etc. etc. After that try to reconnet. And besides try to connect programatically and make sure, you don't have more than one instances of any Win32 application attempting to connect to database. Access is a single user type DBMS which means supports only one connection at a time. This could also be the cause of error. In case it happens, .NET will fail to get descriptor for the database file and will illicit error messages even experts some time fail to comprehend. Take Care. Bye.
|