Hello guys,
Im trying to retrieve some records from MS ACCESS dbase with password in my VB Codes but I keep on getting this error "Open database session failed", If I try to unset the password of that dbase, it does work... however, I really need to set the password for security reason. I have this typical code of the CRViewer though.
---------------------------------------
Screen.MousePointer = vbHourglass
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
Screen.MousePointer = vbDefault
---------------------------------------
Im trying to retrieve some records from MS ACCESS dbase with password in my VB Codes but I keep on getting this error "Open database session failed", If I try to unset the password of that dbase, it does work... however, I really need to set the password for security reason. I have this typical code of the CRViewer though.
---------------------------------------
Screen.MousePointer = vbHourglass
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
Screen.MousePointer = vbDefault
---------------------------------------