public void DispNextRow() { try { results.next(); nID = results.getInt(1); txtName.setText(results.getString(2)); txtHabitat.setText(results.getString(3)); txtDesc.setText(results.getString(4)); } catch (SQLException ex) { return; } }

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. |