- JDBC (Java Database Connectivity) - GeeksforGeeks
JDBC is an API that helps applications to communicate with databases, it allows Java programs to connect to a database, run queries, retrieve, and manipulate data
- Download - JDBC Driver for SQL Server | Microsoft Learn
Download the Microsoft JDBC Driver for SQL Server to develop Java applications that connect to SQL Server and Azure SQL Database
- Lesson: JDBC Introduction (The Java™ Tutorials - Oracle
The JDBC API — The JDBC™ API provides programmatic access to relational data from the Java™ programming language Using the JDBC API, applications can execute SQL statements, retrieve results, and propagate changes back to an underlying data source
- JDBC Tutorial
Learn about JDBC, its architecture, and how to connect Java applications to databases effectively
- Java中JDBC的超详细总结 - CSDN博客
本文介绍Java数据库连接 (JDBC)的基础知识,包括JDBC的概念、重要接口和类的使用,以及如何通过示例代码实现数据库的基本操作如增删查改等。
- Introduction to JDBC - Baeldung
In this article, we’re going to take a look at JDBC (Java Database Connectivity) which is an API for connecting and executing queries on a database JDBC can work with any database as long as proper drivers are provided
- JDBC Tutorial - GeeksforGeeks
JDBC is a Java API or tool used in Java applications to interact with the database It is a specification from Sun Microsystems that provides APIs for Java applications to communicate with different databases
- JDBC Drivers | Oracle
Using JDBC, the Universal Connection Pool (UCP) and the embedded JVM (OJVM) through technical articles, white papers, code samples, FAQs and more Whether on the cloud or on-premises, developing Java applications with Oracle Autonomous Databases is fast and simple
|