Search This Blog

Wednesday, September 16, 2009

Part1-jdbc cdac presentation

this post consist of jdbc cdac presentation contain jdbc tutorial
Like to tell you what is the content of the presentation (ppt,power point presentation)
JDBC stands for "Java DataBase Connectivity".

1)jdbc itroduction and JDBC Ancestry
2)Who develops JDBC Specification
3)Why use JDBC
4)JDBC Architecture
5)JDBC Drivers
Type I: “Bridge” JDBC-ODBC Bridge sun.jdbc.odbc.JdbcOdbcDriver
translates all JDBC calls into ODBC (Open DataBase Connectivity) calls and sends them to the ODBC driver
Type II: “Native” Native-API/partly Java Driver
This type of driver converts JDBC calls into calls to the client API for that database
Type III: “Middleware” Net-protocol/all-Java driver
the net-protocol/all-Java driver -- follows a three-tiered
Type IV: “Pure” Native-Protocol Driver the Direct to Database Pure Java Driver

so the first presentation consist of jdbc introduction
download presenation
download

6)

No comments:

Post a Comment