Can't access Ms Access2003 password protected database within visual basic 6

Sir,
The problem on the subject sited above is resloved as per
your advice for which i am indebted your credit that will never forget.
Sir, another problem related to it is that report cannot generate on giving the following. it shows a message
"Please Enter MS-Jet OLEDB Initialisation Information"
I hope you will sort it out . Thanks in advance.

Private Sub bkLstMn_Click()
If DataEnvironment1.Connection1.State Then
DataEnvironment1.Connection1.Close
End If
DataEnvironment1.Connection1.Open
BookListRpt.Show
Set DataEnvironment1 = Nothing
End Sub

0 answers