I have set the database password for my ms access file.
What is the code that i need to use to open the database ???

mCN.ConnectionString = "Provider=Microsoft.JET.OLEDB.4.0;Data Source=" & strPath & ";PWD=123"

I have tried using the code above, but there is an error msg saying "Run time error, Could not find installable ISAM". May i know this problem is due to what reason ???