how to access from crystal report a password protected database

muhammadanzar

Member
Joined
Dec 25, 2005
Messages
18
Programming Experience
Beginner
how to access from crystal report a password protected MS Access database. when ever i try for it a DATABASE LOGIN daialog appear.
which is attached with this thread.
 

Attachments

  • problem.GIF
    problem.GIF
    78.8 KB · Views: 28
like any other access database with a password you must enter the password into the extended driver settings section. I.e the connection string must look like:

Provider=Microsoft.Jet.OLEDB.4.0;Password="";Data Source=Test.mdb;Persist Security Info=True;Jet OLEDB:Database Password=dbPassword
 
Back
Top