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: 
tamilarasu
Champion
Champion

OLE DB Connection for Access Database

hi.gif

I am trying to connect a .accdb file by using OLEDB connection string. When I reload the the data, I got below prompt window to enter password and provider string. I have already entered the password in the connection string, but not sure where I am wrong. sad-eyes-smiley-emoticon.gif

Capture.PNG

OLEDB CONNECT32 TO

[Provider=Microsoft.Jet.OLEDB.4.0;

User ID=Admin;Data Source=C:\Users\Tamilarasu.Nagaraj\Desktop\PTrack.accdb;

Mode=Share Deny None;Extended Properties="";Jet OLEDB:System database="";Jet OLEDB:Registry Path="";

Jet OLEDB:Database Password="ltrack";Jet OLEDB:Engine Type=5;Jet OLEDB:Database Locking Mode=1;

Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";

Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;

Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False];


I got the above code from the below link.


How to load MS access file in QLIKVIEW

animated-thank-you-smiley-emoticon.gif in advance.

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Wrong driver. You don't need the jet4 driver, but the Microsoft.ACE.OLEDB.12.0 provider.  See this discussion: Re: Load .mdb without Access installed?


talk is cheap, supply exceeds demand
buzzy996
Master II
Master II

if u like to use ODBC, u can also simply create connection string and fetch the data from source MS access db,drivers are installed for this by default.