Basic HTML version of Foils prepared 7 October 97
Foil 16 A typical JDBC API usage sequence
From Overview of JDBC and its use with Microsoft Access ARL Database Tutorial -- February 98. by Nancy McCracken(Sangetta Aggarwal, Udayan Parvate, Tom Pulikal)
DriverManager
|
getConnection()
|
method returns a
|
Connection Object
|
Connection
|
Statement
|
ResultSet
|
Column values
|
from Query results
|
method returns a
|
Statement object
|
createStatement()
|
executeQuery()
|
next()
|
method returns a
|
ResultSet Object
|
method gets the
|
next row
|
![](../../icons/grey/up.gif)
© on Mon Oct 13 1997