SlideShare a Scribd company logo
WELCOME
JDBC DRIVERS
[object Object],2.  JDBC 3.  JDBCAPI 4.  JDBC DRIVERS 5.  JDBC STEPS
ODBC ,[object Object],[object Object],[object Object],Home
JDBC ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Home
JDBC API ,[object Object],[object Object],[object Object],[object Object],[object Object],Home
JDBC Architecture ,[object Object],[object Object],[object Object],[object Object],[object Object],Application JDBC Driver
JDBC Drivers ,[object Object],[object Object],[object Object],[object Object],Home
JDBC-ODBC Bridge driver ,[object Object],[object Object],[object Object],[object Object]
Type 1: JDBC-ODBC Bridge
Advantage & Disadvantages  of  type1 driver ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Native-API/partly Java driver ,[object Object],[object Object],[object Object]
Type 2: Native api/ Partly Java Driver
Advantage & Disadvantages  of  type2 driver ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
All Java/Net-protocol driver ,[object Object],[object Object]
Type 3: All Java/ Net-Protocol Driver
Advantage & Disadvantages  of  type3 driver ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Native-protocol/all-Java driver ,[object Object],[object Object],[object Object],[object Object],[object Object]
Type 4: Native-protocol/all-Java driver
Advantage & Disadvantages  of  type4 driver ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
JDBC Drivers   JDBC Type I “ Bridge” Type II “ Native” Type III “ Middleware” Type IV “ Pure” ODBC ODBC Driver CLI (.lib) Middleware Server
JDBC steps ,[object Object],[object Object],[object Object],[object Object],Home
JDBC Object Classes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
1. Connect to database ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Driver Manager:
2. Query database ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
3. Process results ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],users table userid firstname lastname password type Bob Bob King cat 0 John John Smith pass 1
Statement Methods ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
ResultSet ,[object Object],[object Object],[object Object],[object Object],[object Object]
ResultSet Methods ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Print the users table ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],users table userid firstname lastname password type Bob Bob King cat 0 John John Smith pass 1
4. Close connection to database ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
//  Create statement Statement stmt = conn.createStatement (); // Print the users table ResultSet rs = stmt.executeQuery("SELECT * FROM users"); while (rs.next()) { ... } // Cleanup rs.close(); stmt.close(); conn.close(); } catch (Exception e) {  System.out.println("exception " + e); }  }
ANY  QUERIES ?
Thank you

More Related Content

What's hot (20)

Jdbc ppt
Jdbc pptJdbc ppt
Jdbc ppt
 
Database Access With JDBC
Database Access With JDBCDatabase Access With JDBC
Database Access With JDBC
 
Jdbc 1
Jdbc 1Jdbc 1
Jdbc 1
 
Jdbc
JdbcJdbc
Jdbc
 
Jdbc in servlets
Jdbc in servletsJdbc in servlets
Jdbc in servlets
 
JDBC Tutorial
JDBC TutorialJDBC Tutorial
JDBC Tutorial
 
Jdbc
JdbcJdbc
Jdbc
 
Jdbc drivers
Jdbc driversJdbc drivers
Jdbc drivers
 
JDBC
JDBCJDBC
JDBC
 
Jdbc
JdbcJdbc
Jdbc
 
Jdbc
JdbcJdbc
Jdbc
 
Jdbc architecture and driver types ppt
Jdbc architecture and driver types pptJdbc architecture and driver types ppt
Jdbc architecture and driver types ppt
 
Jdbc
JdbcJdbc
Jdbc
 
Java database connectivity with MySql
Java database connectivity with MySqlJava database connectivity with MySql
Java database connectivity with MySql
 
JDBC: java DataBase connectivity
JDBC: java DataBase connectivityJDBC: java DataBase connectivity
JDBC: java DataBase connectivity
 
JDBC Java Database Connectivity
JDBC Java Database ConnectivityJDBC Java Database Connectivity
JDBC Java Database Connectivity
 
JDBC Connectivity Model
JDBC Connectivity ModelJDBC Connectivity Model
JDBC Connectivity Model
 
Jdbc_ravi_2016
Jdbc_ravi_2016Jdbc_ravi_2016
Jdbc_ravi_2016
 
1. java database connectivity (jdbc)
1. java database connectivity (jdbc)1. java database connectivity (jdbc)
1. java database connectivity (jdbc)
 
Ajp notes-chapter-05
Ajp notes-chapter-05Ajp notes-chapter-05
Ajp notes-chapter-05
 

Similar to Prashanthi

Similar to Prashanthi (20)

JDBC
JDBCJDBC
JDBC
 
Jdbc introduction
Jdbc introductionJdbc introduction
Jdbc introduction
 
JDBC.ppt
JDBC.pptJDBC.ppt
JDBC.ppt
 
jdbc
jdbcjdbc
jdbc
 
Jdbc
JdbcJdbc
Jdbc
 
Core jdbc basics
Core jdbc basicsCore jdbc basics
Core jdbc basics
 
Chap3 3 12
Chap3 3 12Chap3 3 12
Chap3 3 12
 
JDBC java for learning java for learn.ppt
JDBC java for learning java for learn.pptJDBC java for learning java for learn.ppt
JDBC java for learning java for learn.ppt
 
Final Database Connectivity in JAVA.ppt
Final Database Connectivity in JAVA.pptFinal Database Connectivity in JAVA.ppt
Final Database Connectivity in JAVA.ppt
 
Unit 5-jdbc2
Unit 5-jdbc2Unit 5-jdbc2
Unit 5-jdbc2
 
Unit 5.pdf
Unit 5.pdfUnit 5.pdf
Unit 5.pdf
 
Jdbc
JdbcJdbc
Jdbc
 
Jdbc ppt
Jdbc pptJdbc ppt
Jdbc ppt
 
Java database connectivity
Java database connectivityJava database connectivity
Java database connectivity
 
Jdbc new
Jdbc newJdbc new
Jdbc new
 
JDBC with MySQL.pdf
JDBC with MySQL.pdfJDBC with MySQL.pdf
JDBC with MySQL.pdf
 
JDBC with MySQL.pdf
JDBC with MySQL.pdfJDBC with MySQL.pdf
JDBC with MySQL.pdf
 
Java database connectivity with MySql
Java database connectivity with MySqlJava database connectivity with MySql
Java database connectivity with MySql
 
Java Database Connectivity
Java Database ConnectivityJava Database Connectivity
Java Database Connectivity
 
Jdbcdriver
JdbcdriverJdbcdriver
Jdbcdriver
 

More from st anns PG College,Mallapur,Hyderabad, India (14)

Nubia Group Friendships Day1
Nubia Group  Friendships Day1Nubia Group  Friendships Day1
Nubia Group Friendships Day1
 
Lousina
LousinaLousina
Lousina
 
Sruthi
SruthiSruthi
Sruthi
 
M.Swathi
M.SwathiM.Swathi
M.Swathi
 
A varalaxmi
 A varalaxmi A varalaxmi
A varalaxmi
 
Y.Madhavi
Y.MadhaviY.Madhavi
Y.Madhavi
 
T.Jhansi
T.JhansiT.Jhansi
T.Jhansi
 
D.Silpa
D.SilpaD.Silpa
D.Silpa
 
B Shilpa
B ShilpaB Shilpa
B Shilpa
 
D Archana
D ArchanaD Archana
D Archana
 
H Vijayalakshmi
H VijayalakshmiH Vijayalakshmi
H Vijayalakshmi
 
P Sweta
P SwetaP Sweta
P Sweta
 
Y Archana
Y ArchanaY Archana
Y Archana
 
M Ramya
M RamyaM Ramya
M Ramya
 

Recently uploaded

Homily: The Solemnity of the Most Holy Trinity Sunday 2024.docx
Homily: The Solemnity of the Most Holy Trinity Sunday 2024.docxHomily: The Solemnity of the Most Holy Trinity Sunday 2024.docx
Homily: The Solemnity of the Most Holy Trinity Sunday 2024.docxJames Knipper
 
The Illuminated Republic: Understanding Adam Weishaupt through his own writin...
The Illuminated Republic: Understanding Adam Weishaupt through his own writin...The Illuminated Republic: Understanding Adam Weishaupt through his own writin...
The Illuminated Republic: Understanding Adam Weishaupt through his own writin...jfrenchau
 
308 David Displeased the Lord 309 What Will it Take for God to Get Your Atten...
308 David Displeased the Lord 309 What Will it Take for God to Get Your Atten...308 David Displeased the Lord 309 What Will it Take for God to Get Your Atten...
308 David Displeased the Lord 309 What Will it Take for God to Get Your Atten...Rick Peterson
 
7 Key Steps for Business Growth Strategist.pptx
7 Key Steps for Business Growth Strategist.pptx7 Key Steps for Business Growth Strategist.pptx
7 Key Steps for Business Growth Strategist.pptxConnie Jones
 
Saint Vincent de Paul and Saint Louise de Marillac Played a Central Part in t...
Saint Vincent de Paul and Saint Louise de Marillac Played a Central Part in t...Saint Vincent de Paul and Saint Louise de Marillac Played a Central Part in t...
Saint Vincent de Paul and Saint Louise de Marillac Played a Central Part in t...Famvin: the Worldwide Vincentian Family
 
The Prophecy of Enoch in Jude 14-16_.pptx
The Prophecy of Enoch in Jude 14-16_.pptxThe Prophecy of Enoch in Jude 14-16_.pptx
The Prophecy of Enoch in Jude 14-16_.pptxStephen Palm
 
Homosexuality and Ordination of Woman
Homosexuality and Ordination of WomanHomosexuality and Ordination of Woman
Homosexuality and Ordination of WomanBassem Matta
 
Expert kala ilam, Black magic specialist in Germany and Kala ilam expert in I...
Expert kala ilam, Black magic specialist in Germany and Kala ilam expert in I...Expert kala ilam, Black magic specialist in Germany and Kala ilam expert in I...
Expert kala ilam, Black magic specialist in Germany and Kala ilam expert in I...baharayali
 
Codex Singularity: Search for the Prisca Sapientia
Codex Singularity: Search for the Prisca SapientiaCodex Singularity: Search for the Prisca Sapientia
Codex Singularity: Search for the Prisca Sapientiajfrenchau
 
A373 true knowledge Not according to true knowledge, knowledge/true knowledg...
A373 true knowledge  Not according to true knowledge, knowledge/true knowledg...A373 true knowledge  Not according to true knowledge, knowledge/true knowledg...
A373 true knowledge Not according to true knowledge, knowledge/true knowledg...franktsao4
 
The Story of 'Chin Kiam Siap' ~ An AI Generated Story ~ English & Chinese.pptx
The Story of 'Chin Kiam Siap' ~ An AI Generated Story ~ English & Chinese.pptxThe Story of 'Chin Kiam Siap' ~ An AI Generated Story ~ English & Chinese.pptx
The Story of 'Chin Kiam Siap' ~ An AI Generated Story ~ English & Chinese.pptxOH TEIK BIN
 
Expert kala ilam, Black magic specialist in Indonesia and Kala ilam expert in...
Expert kala ilam, Black magic specialist in Indonesia and Kala ilam expert in...Expert kala ilam, Black magic specialist in Indonesia and Kala ilam expert in...
Expert kala ilam, Black magic specialist in Indonesia and Kala ilam expert in...baharayali
 
TALABALESHWARA TEMPLE AND KODAVA AIN MANE.pdf
TALABALESHWARA TEMPLE AND KODAVA AIN MANE.pdfTALABALESHWARA TEMPLE AND KODAVA AIN MANE.pdf
TALABALESHWARA TEMPLE AND KODAVA AIN MANE.pdfmeharoof1
 
Catechism_05_Blessed Trinity based on Compendium CCC.pptx
Catechism_05_Blessed Trinity based on Compendium CCC.pptxCatechism_05_Blessed Trinity based on Compendium CCC.pptx
Catechism_05_Blessed Trinity based on Compendium CCC.pptxAlizaRacelis1
 
A Chronology of the Resurrection Appearances
A Chronology of the Resurrection AppearancesA Chronology of the Resurrection Appearances
A Chronology of the Resurrection AppearancesBassem Matta
 
Expert kala ilam, Kala ilam specialist in Spain and Kala jadu expert in Germa...
Expert kala ilam, Kala ilam specialist in Spain and Kala jadu expert in Germa...Expert kala ilam, Kala ilam specialist in Spain and Kala jadu expert in Germa...
Expert kala ilam, Kala ilam specialist in Spain and Kala jadu expert in Germa...baharayali
 
Expert kala ilam, Black magic specialist in Russia and Kala jadu expert in It...
Expert kala ilam, Black magic specialist in Russia and Kala jadu expert in It...Expert kala ilam, Black magic specialist in Russia and Kala jadu expert in It...
Expert kala ilam, Black magic specialist in Russia and Kala jadu expert in It...baharayali
 
The PBHP DYC ~ Reflections on The Dhamma (English).pptx
The PBHP DYC ~ Reflections on The Dhamma (English).pptxThe PBHP DYC ~ Reflections on The Dhamma (English).pptx
The PBHP DYC ~ Reflections on The Dhamma (English).pptxOH TEIK BIN
 

Recently uploaded (20)

Homily: The Solemnity of the Most Holy Trinity Sunday 2024.docx
Homily: The Solemnity of the Most Holy Trinity Sunday 2024.docxHomily: The Solemnity of the Most Holy Trinity Sunday 2024.docx
Homily: The Solemnity of the Most Holy Trinity Sunday 2024.docx
 
English - The Book of Numbers the 4th Book of Moses.pdf
English - The Book of Numbers the 4th Book of Moses.pdfEnglish - The Book of Numbers the 4th Book of Moses.pdf
English - The Book of Numbers the 4th Book of Moses.pdf
 
The Illuminated Republic: Understanding Adam Weishaupt through his own writin...
The Illuminated Republic: Understanding Adam Weishaupt through his own writin...The Illuminated Republic: Understanding Adam Weishaupt through his own writin...
The Illuminated Republic: Understanding Adam Weishaupt through his own writin...
 
308 David Displeased the Lord 309 What Will it Take for God to Get Your Atten...
308 David Displeased the Lord 309 What Will it Take for God to Get Your Atten...308 David Displeased the Lord 309 What Will it Take for God to Get Your Atten...
308 David Displeased the Lord 309 What Will it Take for God to Get Your Atten...
 
7 Key Steps for Business Growth Strategist.pptx
7 Key Steps for Business Growth Strategist.pptx7 Key Steps for Business Growth Strategist.pptx
7 Key Steps for Business Growth Strategist.pptx
 
Saint Vincent de Paul and Saint Louise de Marillac Played a Central Part in t...
Saint Vincent de Paul and Saint Louise de Marillac Played a Central Part in t...Saint Vincent de Paul and Saint Louise de Marillac Played a Central Part in t...
Saint Vincent de Paul and Saint Louise de Marillac Played a Central Part in t...
 
The Prophecy of Enoch in Jude 14-16_.pptx
The Prophecy of Enoch in Jude 14-16_.pptxThe Prophecy of Enoch in Jude 14-16_.pptx
The Prophecy of Enoch in Jude 14-16_.pptx
 
Homosexuality and Ordination of Woman
Homosexuality and Ordination of WomanHomosexuality and Ordination of Woman
Homosexuality and Ordination of Woman
 
Expert kala ilam, Black magic specialist in Germany and Kala ilam expert in I...
Expert kala ilam, Black magic specialist in Germany and Kala ilam expert in I...Expert kala ilam, Black magic specialist in Germany and Kala ilam expert in I...
Expert kala ilam, Black magic specialist in Germany and Kala ilam expert in I...
 
Codex Singularity: Search for the Prisca Sapientia
Codex Singularity: Search for the Prisca SapientiaCodex Singularity: Search for the Prisca Sapientia
Codex Singularity: Search for the Prisca Sapientia
 
2024 Wisdom Touch Tour Houston Slide Deck
2024 Wisdom Touch Tour Houston Slide Deck2024 Wisdom Touch Tour Houston Slide Deck
2024 Wisdom Touch Tour Houston Slide Deck
 
A373 true knowledge Not according to true knowledge, knowledge/true knowledg...
A373 true knowledge  Not according to true knowledge, knowledge/true knowledg...A373 true knowledge  Not according to true knowledge, knowledge/true knowledg...
A373 true knowledge Not according to true knowledge, knowledge/true knowledg...
 
The Story of 'Chin Kiam Siap' ~ An AI Generated Story ~ English & Chinese.pptx
The Story of 'Chin Kiam Siap' ~ An AI Generated Story ~ English & Chinese.pptxThe Story of 'Chin Kiam Siap' ~ An AI Generated Story ~ English & Chinese.pptx
The Story of 'Chin Kiam Siap' ~ An AI Generated Story ~ English & Chinese.pptx
 
Expert kala ilam, Black magic specialist in Indonesia and Kala ilam expert in...
Expert kala ilam, Black magic specialist in Indonesia and Kala ilam expert in...Expert kala ilam, Black magic specialist in Indonesia and Kala ilam expert in...
Expert kala ilam, Black magic specialist in Indonesia and Kala ilam expert in...
 
TALABALESHWARA TEMPLE AND KODAVA AIN MANE.pdf
TALABALESHWARA TEMPLE AND KODAVA AIN MANE.pdfTALABALESHWARA TEMPLE AND KODAVA AIN MANE.pdf
TALABALESHWARA TEMPLE AND KODAVA AIN MANE.pdf
 
Catechism_05_Blessed Trinity based on Compendium CCC.pptx
Catechism_05_Blessed Trinity based on Compendium CCC.pptxCatechism_05_Blessed Trinity based on Compendium CCC.pptx
Catechism_05_Blessed Trinity based on Compendium CCC.pptx
 
A Chronology of the Resurrection Appearances
A Chronology of the Resurrection AppearancesA Chronology of the Resurrection Appearances
A Chronology of the Resurrection Appearances
 
Expert kala ilam, Kala ilam specialist in Spain and Kala jadu expert in Germa...
Expert kala ilam, Kala ilam specialist in Spain and Kala jadu expert in Germa...Expert kala ilam, Kala ilam specialist in Spain and Kala jadu expert in Germa...
Expert kala ilam, Kala ilam specialist in Spain and Kala jadu expert in Germa...
 
Expert kala ilam, Black magic specialist in Russia and Kala jadu expert in It...
Expert kala ilam, Black magic specialist in Russia and Kala jadu expert in It...Expert kala ilam, Black magic specialist in Russia and Kala jadu expert in It...
Expert kala ilam, Black magic specialist in Russia and Kala jadu expert in It...
 
The PBHP DYC ~ Reflections on The Dhamma (English).pptx
The PBHP DYC ~ Reflections on The Dhamma (English).pptxThe PBHP DYC ~ Reflections on The Dhamma (English).pptx
The PBHP DYC ~ Reflections on The Dhamma (English).pptx
 

Prashanthi

  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 11.
  • 12.
  • 13. Type 2: Native api/ Partly Java Driver
  • 14.
  • 15.
  • 16. Type 3: All Java/ Net-Protocol Driver
  • 17.
  • 18.
  • 20.
  • 21. JDBC Drivers JDBC Type I “ Bridge” Type II “ Native” Type III “ Middleware” Type IV “ Pure” ODBC ODBC Driver CLI (.lib) Middleware Server
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34. // Create statement Statement stmt = conn.createStatement (); // Print the users table ResultSet rs = stmt.executeQuery("SELECT * FROM users"); while (rs.next()) { ... } // Cleanup rs.close(); stmt.close(); conn.close(); } catch (Exception e) { System.out.println("exception " + e); } }