Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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
usually every database needs a different driver
what's your source database?
Hi
I am using oracle database
Hi
Here i am using oracle database
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