1 / 5

JDBC Protocol in Database Systems: Simplifying Client-Server Communication

Understand the JDBC protocol basics in database systems to simplify client-server communication. Learn how JDBC allows programmers to focus on sending queries and processing results from the DBMS.

niabi
Télécharger la présentation

JDBC Protocol in Database Systems: Simplifying Client-Server Communication

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Database Systems CSC 312 Lecture 10 JDBC - Basics

  2. The Big Picture Network Client Machine Server Prog. (Oracle) Client Application Database (csc312std) Server Machine (raptor.cs.mercer.edu)

  3. Protocol client server request process response display

  4. JDBC as a protocol • JDBC is a higher level protocol • Hide connection level details • Such as TCP/IP and physical networking • Let the programmer focus on • Sending queries that are needed, and • Processing results that come back from the DBMS

  5. Connection via JDBC Client Application DBMS Request: query JDBC- Compliant component connection Response: result It’s up to the DBMS vendors to provide JDBC compliant components, with which a client application can “talk” to a specific DBMS instance

More Related