Java Database Connection: JDBC and MySQL – You Will Learn How To
- Connect to a MySQL Database with Java
- Submit SQL statements to insert, update and delete data
- Handle SQL parameters with Prepared Statements
- Calls stored procedures and handle various parameter types (IN, INOUT etc..)
- Read and write BLOB and CLOB data files
- Configure your database connection information with properties files
Source Code
- All source code is available for download
- All database scripts are available for download
Course Requirements
You should have the following software already installed.
- MySQL Database
- Java Development Kit