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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Digvijay_Singh
MVP
MVP

QlikSense scripting tutorial in help - create connection error

Hi,

I was trying to follow the QS scripting tutorial, can anyone suggest why I am getting below mentioned access error. I properly created the DSN but not able to create connection. The filename being connected is Sales.accdb available in local machine.

Thanks in advance!

Capture.JPG Capture1.JPG

1 Solution

Accepted Solutions
Digvijay_Singh
MVP
MVP
Author

The problem got resolved, By mistake I was making 32 but connection. It seems The accdb extension file can be read through 64 bit connection only, I had to do it using C:\Windows\System32\odbcad32.exe only.

View solution in original post

1 Reply
Digvijay_Singh
MVP
MVP
Author

The problem got resolved, By mistake I was making 32 but connection. It seems The accdb extension file can be read through 64 bit connection only, I had to do it using C:\Windows\System32\odbcad32.exe only.