Showing posts with label Java Program. Show all posts
Showing posts with label Java Program. Show all posts

Saturday, September 20, 2008

JDBC Architecture

JDBC architecture comprises of 5 elements

  1. Client Java Program
  2. JDBC API
  3. DriverManager (a class in JDBC API)
  4. Driver
  5. Database server