Java Example Step 3: Selecting records |
After a connection has been established, the various JDBC classes can be deployed to insert, update and retrieve data. This example code fragment retrieves all records from some PERSON table into a JDBC record set. This PERSON table has been defined in a USoft repository.
A generic way to show the contents of this PERSON table is:
|