Can I read JDBC: Java Database Connectivity Guide on EtoBox?
JDBC: Java Database Connectivity Guide by Ashok Kumar is a document available to read on EtoBox.
What is JDBC: Java Database Connectivity Guide about?
This document discusses JDBC (Java Database Connectivity), which is an API that allows Java programs to access tabular data sources. It describes the general JDBC architecture as a multi-tiered design pattern that establishes a separation between the database, business logic, and presentation tiers. The basic steps for using a database in Java are outlined as establishing a connection, creating JDBC statements, executing SQL statements, getting the result set, and closing the connections. Specific code exam
- Author
- Ashok Kumar
- Language
- EN