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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates

Qlik Talend Data Integration: tJDBCConnection Component vs DB Native Connection Components

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Xiaodi_Shi
Employee
Employee

Qlik Talend Data Integration: tJDBCConnection Component vs DB Native Connection Components

Last Update:

Dec 7, 2025 9:41:18 PM

Updated By:

Xiaodi_Shi

Created date:

Dec 7, 2025 9:41:52 PM

Question

In Qlik Talend Studio, generally we use connection components to re-use the connection in job design. You may encounter some confusion about when using talend specific DB connectors, such as tsnowflakeconnection, tMySqlConnection and when using the generic tJDBCConnection component in a job?

It depends on your job requirements and use cases.

 

DB Native Components

For the generic JDBC component, you need to select the database type and its corresponding JDBC driver. It will serve as an entry point for the following databases tdbconnection | Qlik Talend Help and it is recommended to use DB native drivers to avoid unnecessary translation of JDBC to DB Specific calls.

NativeDBConnectionComponentNativeDBConnectionComponent

 

tJDBCConnection

For some use case, for example, if you need to check “Use or register a shared db connection”, since the tSnowflakeConnection component doesn't have a shared connection option, so you can't pass a connection from father to child job with a shared connection. 

For more information about this feature, please refer to Qlik Help Site below:

sharing-database-connection | Qlik Help

tSnowflakeConnection component can use a shared connection as of Talend Studio R2025-04.

 

The jobs will be much more portable if you combine this with context variables for jdbc connections and configuration instead of relaying on specific database components. The tjdbcconnection component gets more options like the generic shared connection one, bulk load processing and it is a specific version of a dynamic database connector which uses JDBC URL to create the database connection. 

tJDBCConnectiontJDBCConnection

 

Related Content

Qlik Community: Qlik Talend Product Q and A: Is it possible to recycle/reuse a tDBSnowflakeConnectio...

 

Environment

Talend Studio 
Talend Data Integration 

Labels (1)
Contributors
Version history
Last update:
‎2025-12-07 09:41 PM
Updated by: