Wednesday, 15 February 2012

What are the steps involved in establishing a connection using JDBC in JAVA? | Java JDBC


This involves two steps:
(1) loading the driver and
(2) making the connection.

No comments: