public void stop() { System.out.println("I'm done!"); try { results.close(); statement.close(); connection.close(); } catch (SQLException ex) { txtDesc.setText("SQLException: "+ex.getMessage()); } }

Database Programming with JDBC (Web Techniques, Oct 1996)
Related Reading
More Insights
INFO-LINK
![]() |
To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. |