Page History
...
| Note |
|---|
When your transformation map uses database components that connect to IBM i DB2 database tables, LANSA Composer will remove the library qualifier from the generated Java code when you prepare the transformation map. You must setup your database configuration so that the required files can be found at run-time. Usually this is done by specifying the library name as part of the URL in the JDBC connection string. For more information, refer to Additional Considerations for Transformation Maps Using IBM i DB2. |
About JDBC
JDBC stands for Java database connectivity. It 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.
...