Week 11. Java Database Connectivity
# Notes # Passing an SQL Statement to the DBMS Once you have established a connection, you must get a reference to a Statement object before you can issue SQL statements to the DBMS A Statement object has an executeQuery method that returns a reference to a ResultSet object A ResultSet object...
more...