Skip to main content

Java Database Connectivity

  • Chapter
  • 420 Accesses

Abstract

Officially, JDBC is not an acronym; however, to all intents and purposes it stands for Java Data-Base Connectivity. This is the mechanism by which relational databases are access in Java. Java is an (almost) pure object-oriented language; however, although there are some object-oriented databases available, many database systems presently in commercial use are currently relational. It is therefore necessary for any object-oriented language which is to be used for commercial development to provide an interface to such databases. However, each database vendor provides its own proprietary (and different) API. In many cases they are little more than variations on a theme; however, they tend to be incompatible. This means that if you were to write a program that was designed to interface with one database system, it is unlikely that it would automatically work with another.

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Reference

Download references

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2002 Springer-Verlag London

About this chapter

Cite this chapter

Hunt, J. (2002). Java Database Connectivity. In: Java and Object Orientation: An Introduction. Springer, London. https://doi.org/10.1007/978-1-4471-0125-3_33

Download citation

  • DOI: https://doi.org/10.1007/978-1-4471-0125-3_33

  • Publisher Name: Springer, London

  • Print ISBN: 978-1-85233-569-4

  • Online ISBN: 978-1-4471-0125-3

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics