News

Java Database Connectivity (JDBC) is an application program interface (API) packaged with the Java SE edition that makes it possible to standardize and simplify the process of connecting Java ...
Sun Microsystems trademarked the term JDBC, and nowhere in said trademark does it denote that JDBC stands for Java Database Connectivity. The term JDBC obviously refers to the set of APIs packaged in ...
The Java Database Connectivity (JDBC) is a standard API specification for connecting Java applications to a database. The original Type 1 drivers were dependent on Open Database Connectivity (ODBC) ...
4D Inc. on Tuesday offered users of their 4D database software a free Java Database Connectivity (JDBC) driver. The driver enables developers working with the Java programming language to access ...
2000 Java Database Connectivity (JDBC) Driver. This technology, licensed through an agreement with MERANT DataDirect, enables users of the Java and J2EE platforms to integrate with SQL Server 2000.
Get an overview of JDBC's architecture, then learn how to connect to a database and handle SQL queries and responses with PreparedStatements, transactions, connection pooling, and more.