SEBESTA WWW Source Code Listings

// Query.java // This Java/JDBC example connects to the cars database, uses // a query to select all rows of the Corvettes table in which // the Year column is less than 1992, and displays the results. public class Query {// Create connection and statement objects ................
................