hazee Level: Trainee
 Registered: 08-05-2005 Posts: 2
|
Could not decrypt file ??? ERROR
Hi guys!!
trying to connect passowrd protected EXCEL file with ADO and getting the following error.
Microsoft JET Database Engine
Could not decrypt file.
Following is the CODE.
cnnExcel.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=c:\inetpub\wwwroot\6\db\book1.xls;Jet OLEDB:Database Password=hello;" & _
"Extended Properties=""Excel 8.0;HDR=Yes"" " |
I am using it in ASP.
Any idea ???? How to solve ...
Regards.
|