import java.applet.*; import java.awt.*; import java.net.URL; import java.util.*; import java.sql.*; public class JDBCSAMP extends Applet { String DBurl = "jdbc:odbc:TestDB"; String query = "SELECT * FROM Animals"; Connection connection; Statement statement; ResultSet results;

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