hi veena
our company has a passwor protected database.can we open tthat database.
regards
suneel
Hi,
open password protected database like this :
CN.ConnectionString = _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source="& App.Path & _
"\MyDataBase.mdb" & ";" & _
"Jet OLEDB:Database Password=MyPWd"
CN.Open
Regards
Veena
suneel kar
Junior Poster in Training
71 posts since Jul 2007
Reputation Points: 10
Solved Threads: 1
hi veeeeeeee
if password is known anyone can access the databae. without password is it possible
regards
suneel
Hi,
If it is in Access, and if u know the Password then u can open it with the above code..
Regards
Veena
suneel kar
Junior Poster in Training
71 posts since Jul 2007
Reputation Points: 10
Solved Threads: 1
hi veena
and wt if i ddont know the passwod
regaards
suneel
suneel kar
Junior Poster in Training
71 posts since Jul 2007
Reputation Points: 10
Solved Threads: 1