public void DeleteAnimal() { String Update; try { Update = "DELETE FROM ANIMALS where ID="+nID; int row = statement.executeUpdate(Update); if( row == 0) { lblHeading.setText("Delete Failed"); return; } lblHeading.setText("Row: "+row); results = statement.executeQuery(query); DispNextRow(); } 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. |