if("Next".equals(arg)) { try { nPrevID = nID; results = statement.executeQuery("SELECT * FROM ANIMALS WHERE ID >"+nPrevID); } catch (SQLException ex) {return true;} DispNextRow(); } else if("Previous".equals(arg)) { nID--; try { results = statement.executeQuery("SELECT * FROM ANIMALS WHERE ID="+nID); DispNextRow(); } catch (SQLException ex) { return true; } }

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