Source Listing of the JDBC sample

The JDBC sample replaces the JDBC Phantom Object created in the Phantom Editor with a Java object.

The JDBC Phantom Object is replaced with the following Java object:

     Java object

This object works as a wrapper that creates the JdbcSample object. The JdbcSample object is the main object that creates the panel, handles the interaction with the panel and works with the database.

This is the source for the JdbcSample object:

     JdbcSample object