Hi,

I'm using the connectionstring for MS Access DB without any problem, but now I added a password in the MDB file and try different way by put a password in the string , but none are working , could some one give me the right synax for include the password in the connectionstring.

Below is the connectionString that I'm using without password and working fine.

db.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source= " & App.Path & DbName & ";" & """"

Thanks a lot!