-
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
-
syntax in dao is...
Set db = DAO.OpenDatabase(sDBName, False, True, ";pwd=password")
not sure if its similar or indeed the same?