Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help with OLEDB

Hello,
I try to run scripts with this line:
CONNECT TO [Provider = Microsoft.Jet.OLEDB.4.0; Data Source = $ (DictionaryFile); Extended Properties = "Excel 8.0;"];

I checked the file path and is correct.
The problem is, apparently, with the OLEDB.
I'd happy to hear from your experience.
Is using OLEDB requires installation?
What is Microsoft.Jet?

Thank you
Elad





3 Replies
Not applicable
Author

Why are you using OLEDB to open an Excel File ?

Also what is the error you have exactly ?

Rgds,

Not applicable
Author

Hello,

Thank you for you're your answer,

I try to implement the "QVD Monitor Files" Model and there I need to read multiple sheets from XLS file.

This is the error messages:

OLEDB connection failed
tables:
?SQLtables

And next error is::


Script line error:
For i = 0 to No OFRows('tables')-1

And next error is:

Script line error:
Next

And in the end:


Table not found
DROP TABLES statement

Not applicable
Author

Hello,

We try to install Install "Microsoft.Jet.OLEDB.4.0" on "Microsoft Windows Server 2003 R2, Enterprise X64 Edition' Service Pack 2"

Without success.

Any Idea?

Elad