I used ADODB connection object to connect access with my vb program. It is working. But once I have set the password for my database file that is not work. I haven given like below
con.Open , , pwd
pwd is a string that has correct password
when I run my program that is printing this massage
"The workgroup information file is missing or open exclusively by onother user"
pls help me any one...
