tAccessConnection
Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs.
tAccessConnection opens a connection to the database for a current transaction.
tAccessConnection Standard properties
These properties are used to configure tAccessConnection running in the Standard Job framework.
The Standard tAccessConnection component belongs to the Databases and the ELT families.
The component in this framework is available in all Talend products.
Basic settings
| Properties | Description |
|---|---|
| Database |
Select the desired database type from the list and click Apply. |
|
Property type |
Either Built-in or Repository .
|
|
Database |
Name of the database. |
|
Username and Password |
DB user authentication data. To enter the password, click the [...] button next to the password field, enter the password in double quotes in the pop-up dialog box, and click OK to save the settings. |
|
Use or register a shared DB Connection |
Advanced settings
| Properties | Description |
|---|---|
|
Additional JDBC parameters |
Specify additional connection properties for the DB connection you are creating. |
Usage
| Usage guidance | Description |
|---|---|
|
Usage rule |
This component is more commonly used with other tAccess* components, especially with the tAccessCommit and tAccessRollback components. |
|
Limitation |
If you are using an ODBC driver, you need to work with Java 7, and make sure that your JVM and ODBC versions match up: both 64-bit or 32-bit. When working with Java 8, this component supports only the General collation mode of Access. From 8.0.1-R2022-11 monthly release onward, this component uses hsql.2.7.1.jar, a module built in JDK 11, only Java 11 and higher versions are supported. |