Overview Java Database Connectivity course will introduce you to JDBC 3.0 API that will teach you of how to establish the connection to database server, and then various SQL operations using JDBC API.
This course also covers JDBC architecture, transaction management and Connection Pooling using JNDI.
Topics Covered → JDBC using MySQL Server
Price: $700 CAD Prerequisite: Core Java Duration: 8 Weeks Schedule: To enroll to this course, Please send us an email to contact@sanrus.ca
1) Introduction
JDBC Overview
Installing MySQL DB Server
Creating database
Creating tables
2) JDBC Drivers
Type 1 : JDBC-ODBC driver
Type 2 : Native API, part-Java driver
Type 3 : Pure Java driver for database middleware
Type 4: Pure Java driver for direct-to-database
3) JDBC Architecture
4)
Connection Management
Using DriverManager with MySQL JDBC Driver
5) Database Access
java.sql.Connection
java.sql.Statement
java.sql.PreparedStatement
java.sql.ResultSet
6) JDBC Data Types and Metadata
7) JDBC Exceptions and Warnings
8) JDBC Connection Pooling
9) Distributed Transaction Management and Save points