|
-
Jul 26th, 2003, 04:09 AM
#1
Thread Starter
New Member
Password to access table
Hai ,
When i am trying to connect a datbase(having password) thorugh adodc control , it give me the message "Master information file is missing or table is exclusively opened by another user". I tried to set the system.mdb file but it does't work. when i remove the password then it working properly. Any one know the solution .Plese help me.
thanks in advace
sithara
-
Jul 26th, 2003, 06:40 AM
#2
Addicted Member
syntax in dao is...
Set db = DAO.OpenDatabase(sDBName, False, True, ";pwd=password")
not sure if its similar or indeed the same?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|