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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to use MS-SQL JDBC Driver

Hello,

    I'm trying to install and use Microsoft's JDBC driver instead of the Talend-provided one. I followed:

https://community.talend.com/t5/Installing-and-Upgrading/Getting-error-to-connect-to-Microsoft-SQL-S...

But I do not have the "DB Version" drop-down option in my DB Connection wizard or tMSSql components.

0683p000009LywF.jpg

 I'm using Talend Data Integrator v6.1

Any help would be greatly appreciated.

Labels (2)
3 Replies
Anonymous
Not applicable
Author

If you've registered the driver with Talend you're nearly there

db Version Open source JTDS

con: jdbc:jtds:sqlserver//ipnumber0683p000009MAB6.pngort/dbname;

Anonymous
Not applicable
Author

@jcruie thank for your reply. However, the open source driver is what I do NOT  want. I need to use the Microsoft-provided drive (com.microsoft.sqlserver.jdbc.....).  How do I get Talend to register/recognize it and make it and option in the DB connection.

Anonymous
Not applicable
Author

jdbc:sqlserver://localhost:1433;DatabaseName=yourdbname0683p000009LygF.png;