10.07.2015 Views

JDBC Developer's Guide - Supra - Cincom

JDBC Developer's Guide - Supra - Cincom

JDBC Developer's Guide - Supra - Cincom

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

displaying seashore description after the updatePreparedStatement pstmt = conn.prepareStatement("select beach.description from resort where resort = ?");pstmt.setRef(1, resort);rset = pstmt.executeQuery();rset.next();System.out.println(" beach description of first resort after update: " +rset.getString(1));rset.close();pstmt.close();stmt.close();conn.close();}}<strong>JDBC</strong> <strong>Developer's</strong> <strong>Guide</strong>, P25-9504-03 Page 57Chapter: 4. <strong>Cincom</strong> ORDB ExtensionsSection: Creating custom Java classes for <strong>Cincom</strong> ORDB objects

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!