What are the common tasks of JDBC?The common tasks of JDBC are as follows:
- Create an instance of a JDBC driver or the JDBC drivers can be loaded through the jdbc.drivers - Register a driver - Specify a database - Open a database connection - Submit a query - Receive results - Process results
|