๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Java 6 JDBC and database applications

โœ Scribed by Poul Klausen; Bookboon.com


Year
2017
Tongue
English
Leaves
185
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.


๐Ÿ“œ SIMILAR VOLUMES


Database Programming with JDBC and Java
โœ George Reese ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› O'Reilly ๐ŸŒ English

Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not.This book describes the standard Java interfaces that make portable object-oriented access to relational databases p

Database Design and Implementation (Java
โœ Edward Sciore ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› Springer ๐ŸŒ English

This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g.

Database Programming with JDBC and Java
โœ George Reese ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› O'Reilly Media ๐ŸŒ English

The Java Database Connectivity classes (JDBC) sensibly provide an interface between a platform-independent programming language (Java) and a standardized database language (Structured Query Language, or SQL). Pretty much every Java program that's involved in transactions or other business operations

Jdbc: Java Database Connectivity
โœ Bernard Van Haecke ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› Wiley Publishing ๐ŸŒ English

In a world of acronyms and abbreviations, JDBC is one worth knowing. It's the application programming interface that bridges the gap between sophisticated relational database management systems and Java, a programming language uniquely suited to today's intranet and Internet networking environments.

Java Database Programming with JDBC
โœ Pratik Patel, Karl Moss ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐Ÿ› Coriolis Group Books ๐ŸŒ English

* Other books cover Java programming, but only Visual Developer Java Database Programming with JDBC, 2nd Edition provides complete coverage of the newest JDBC standard (1.2) and the newest version of the Java Developer's Kit (JDK 1.1), Java's database connectivity environment, and gives you all the