JDBC Connection
JDBC is a Java-based data access technology (Java Standard Edition platform) which was created by Sun Microsystems, Inc.. It is an acronym as it is unofficially referred to as Java Database Connectivity, with DB being universally recognized as the abbreviation for database. This technology is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases. A JDBC-to-ODBC bridge enables connections to any ODBC-accessible data source in the JVM host environment.
Source: Wikipedia.
Notes:
- SQL builder does not work with JDBC connections.
- List of JDBC drivers can be found here https://developers.sun.com/product/jdbc/drivers
For more technologies supported by our ETL Software see Advanced ETL Processor Versions and Visual Importer ETL Versions
Confused? Ask question on our ETL Forum