To develop a DB2 Everyplace application using Java, you can use the Java Software Developer's Kit together with the DB2 Everyplace Java Database Connectivity (JDBC) interface for Java.
This topic provides a high-level overview of the tasks required to develop Java applications with DB2 Everyplace.
Restrictions
DB2 Everyplace does not support multitasking on Symbian. In order to access a database from a second thread, the Connection object from the first thread must be closed before the connection can be established in the second thread. The same Connection object cannot be shared between threads.
Prerequisites
A Java application that accesses DB2 Everyplace uses the DB2 Everyplace JDBC driver. Install Java and JDBC on your workstation if you have not already done so.
Procedure
To develop DB2 Everyplace applications using Java:
Zugehörige Konzepte
Zugehörige Tasks
Zugehörige Referenzen