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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

odbc connection srting

Hi

    

To extract the data from the db i am using odbc connection string.At the same time to connect the odbc which driver is required.my i know the driver name.

6 Replies
sinanozdemir
Specialist III
Specialist III

Hi Janith,

Is your odbc set up for that db? If not, you can follow the below YouTube link:

Database: How to create ODBC connections - YouTube

Hope this helps.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

The ODBC interface itself is generic = the same for all data sources.

The driver is the data source-specific layer that isolates all product-dependent details from the ODBC interface. If we don't know the type of data source you want to use, we cannot tell you what driver you need.

Peter

maxgro
MVP
MVP

usually every database needs a different driver

what's your source database?

Not applicable
Author

Hi

   I am using oracle database

Not applicable
Author

Hi

   Here i am using oracle database

maxgro
MVP
MVP

a possible solution is to use the oracle odbc driver; you can find it in the oracle client at the oracle site

download the oracle client, install and configure