SlideShare a Scribd company logo
3
Most read
7
Most read
8
Most read
Java Database
Connection
BY Adil Mehmood
Steps for just connectivity
1.download mysql connector for java
download mysql connector for java
1.Add jar file
2.Start XAMPP
3.Make Connection
4.Run your program
step 2 add jar file
Right Click and then
select jar folder
Java database connectivity with MYSQL
Java database connectivity with MYSQL
Start Xampp
Connection code
package dbconnection;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.Statement;
import javax.swing.JOptionPane;
/**
* @author Adil M
*/
public class Dbconnection {
public static void main(String[] args) {
Connection con;
try
{
con=DriverManager.getConnection("jdbc:mysql://localhost/student_result","root","");
String que="select * from result";
Statement stat=con.createStatement();
ResultSet rs=stat.executeQuery(que);
String mes="res ";
while(rs.next())
{
mes+=rs.getString(1);
}
JOptionPane.showMessageDialog(null,mes);
}
catch(Exception e)
{
JOptionPane.showMessageDialog(null,"not connect to server and message is"+e.getMessage());
}
}
}
Thanks
like and share :)
Thanks
like and share :)
Ad

Recommended

Java database connectivity with MySql
Java database connectivity with MySql
Dhyey Dattani
 
JDBC
JDBC
People Strategists
 
Java - Generic programming
Java - Generic programming
Riccardo Cardin
 
JDBC – Java Database Connectivity
JDBC – Java Database Connectivity
Information Technology
 
Java Swing
Java Swing
Arkadeep Dey
 
Java: GUI
Java: GUI
Tareq Hasan
 
Jdbc architecture and driver types ppt
Jdbc architecture and driver types ppt
kamal kotecha
 
Spring Boot
Spring Boot
HongSeong Jeon
 
02. chapter 3 lexical analysis
02. chapter 3 lexical analysis
raosir123
 
Computer Science:Java jdbc
Computer Science:Java jdbc
St Mary's College,Thrissur,Kerala
 
JDBC ppt
JDBC ppt
Rohit Jain
 
Spring Core
Spring Core
Pushan Bhattacharya
 
Python-Classes.pptx
Python-Classes.pptx
Karudaiyar Ganapathy
 
Java IO
Java IO
UTSAB NEUPANE
 
Jdbc ppt
Jdbc ppt
Vikas Jagtap
 
JAVA ENVIRONMENT
JAVA ENVIRONMENT
josemachoco
 
Java 8 lambda expressions
Java 8 lambda expressions
Logan Chien
 
Java packages
Java packages
Raja Sekhar
 
Introduction to method overloading & method overriding in java hdm
Introduction to method overloading & method overriding in java hdm
Harshal Misalkar
 
JDBC: java DataBase connectivity
JDBC: java DataBase connectivity
Tanmoy Barman
 
Java I/o streams
Java I/o streams
Hamid Ghorbani
 
JAVA AWT
JAVA AWT
shanmuga rajan
 
Java I/O
Java I/O
Jussi Pohjolainen
 
Database connectivity in python
Database connectivity in python
baabtra.com - No. 1 supplier of quality freshers
 
ADO.NET
ADO.NET
Wani Zahoor
 
Swing and AWT in java
Swing and AWT in java
Adil Mehmoood
 
Java Serialization
Java Serialization
jeslie
 
C# Exceptions Handling
C# Exceptions Handling
sharqiyem
 
Db examples
Db examples
ABDUmomo
 
22jdbc
22jdbc
Adil Jafri
 

More Related Content

What's hot (20)

02. chapter 3 lexical analysis
02. chapter 3 lexical analysis
raosir123
 
Computer Science:Java jdbc
Computer Science:Java jdbc
St Mary's College,Thrissur,Kerala
 
JDBC ppt
JDBC ppt
Rohit Jain
 
Spring Core
Spring Core
Pushan Bhattacharya
 
Python-Classes.pptx
Python-Classes.pptx
Karudaiyar Ganapathy
 
Java IO
Java IO
UTSAB NEUPANE
 
Jdbc ppt
Jdbc ppt
Vikas Jagtap
 
JAVA ENVIRONMENT
JAVA ENVIRONMENT
josemachoco
 
Java 8 lambda expressions
Java 8 lambda expressions
Logan Chien
 
Java packages
Java packages
Raja Sekhar
 
Introduction to method overloading & method overriding in java hdm
Introduction to method overloading & method overriding in java hdm
Harshal Misalkar
 
JDBC: java DataBase connectivity
JDBC: java DataBase connectivity
Tanmoy Barman
 
Java I/o streams
Java I/o streams
Hamid Ghorbani
 
JAVA AWT
JAVA AWT
shanmuga rajan
 
Java I/O
Java I/O
Jussi Pohjolainen
 
Database connectivity in python
Database connectivity in python
baabtra.com - No. 1 supplier of quality freshers
 
ADO.NET
ADO.NET
Wani Zahoor
 
Swing and AWT in java
Swing and AWT in java
Adil Mehmoood
 
Java Serialization
Java Serialization
jeslie
 
C# Exceptions Handling
C# Exceptions Handling
sharqiyem
 

Similar to Java database connectivity with MYSQL (20)

Db examples
Db examples
ABDUmomo
 
22jdbc
22jdbc
Adil Jafri
 
Jdbc[1]
Jdbc[1]
Fulvio Corno
 
JDBC programming
JDBC programming
Fulvio Corno
 
JDBC Part - 2
JDBC Part - 2
Hitesh-Java
 
Introduction to JDBC and database access in web applications
Introduction to JDBC and database access in web applications
Fulvio Corno
 
Session 24 - JDBC, Intro to Enterprise Java
Session 24 - JDBC, Intro to Enterprise Java
PawanMM
 
Database connect
Database connect
Yoga Raja
 
Jdbc
Jdbc
lathasiva
 
Jdbc tutorial
Jdbc tutorial
Dharma Kshetri
 
Lecture17
Lecture17
vantinhkhuc
 
Jdbc Complete Notes by Java Training Center (Som Sir)
Jdbc Complete Notes by Java Training Center (Som Sir)
Som Prakash Rai
 
Tomcat连接池配置方法V2.1
Tomcat连接池配置方法V2.1
Zianed Hou
 
Jdbc
Jdbc
roopa manoharan
 
Jdbc example program with access and MySql
Jdbc example program with access and MySql
kamal kotecha
 
JDBC Connecticity.ppt
JDBC Connecticity.ppt
Swapnil Kale
 
Jdbc sasidhar
Jdbc sasidhar
Sasidhar Kothuru
 
JDBC
JDBC
Balwinder Kumar
 
Chapter vii(accessing databases with jdbc)
Chapter vii(accessing databases with jdbc)
Chhom Karath
 
jdbc_presentation.ppt
jdbc_presentation.ppt
DrMeenakshiS
 
Db examples
Db examples
ABDUmomo
 
Introduction to JDBC and database access in web applications
Introduction to JDBC and database access in web applications
Fulvio Corno
 
Session 24 - JDBC, Intro to Enterprise Java
Session 24 - JDBC, Intro to Enterprise Java
PawanMM
 
Database connect
Database connect
Yoga Raja
 
Jdbc Complete Notes by Java Training Center (Som Sir)
Jdbc Complete Notes by Java Training Center (Som Sir)
Som Prakash Rai
 
Tomcat连接池配置方法V2.1
Tomcat连接池配置方法V2.1
Zianed Hou
 
Jdbc example program with access and MySql
Jdbc example program with access and MySql
kamal kotecha
 
JDBC Connecticity.ppt
JDBC Connecticity.ppt
Swapnil Kale
 
Chapter vii(accessing databases with jdbc)
Chapter vii(accessing databases with jdbc)
Chhom Karath
 
jdbc_presentation.ppt
jdbc_presentation.ppt
DrMeenakshiS
 
Ad

More from Adil Mehmoood (18)

Docker + Node "hello world" Application
Docker + Node "hello world" Application
Adil Mehmoood
 
What is feasibility study and what is contracts and its type
What is feasibility study and what is contracts and its type
Adil Mehmoood
 
Inner classes ,annoumous and outer classes in java
Inner classes ,annoumous and outer classes in java
Adil Mehmoood
 
Exception handling in java
Exception handling in java
Adil Mehmoood
 
Project Engineer and Deputy project manger
Project Engineer and Deputy project manger
Adil Mehmoood
 
Software Engineering 2 lecture slide
Software Engineering 2 lecture slide
Adil Mehmoood
 
Expert system
Expert system
Adil Mehmoood
 
Sliding window and error control
Sliding window and error control
Adil Mehmoood
 
Proposal defence format
Proposal defence format
Adil Mehmoood
 
Shading and two type of shading flat shading and gauraud shading with coding ...
Shading and two type of shading flat shading and gauraud shading with coding ...
Adil Mehmoood
 
Computer vesion
Computer vesion
Adil Mehmoood
 
System quality attributes
System quality attributes
Adil Mehmoood
 
Graph Clustering and cluster
Graph Clustering and cluster
Adil Mehmoood
 
Token ring 802.5
Token ring 802.5
Adil Mehmoood
 
diseases caused by computer
diseases caused by computer
Adil Mehmoood
 
Diseases caused by Computer
Diseases caused by Computer
Adil Mehmoood
 
What is Resume ,purpose and objective of resume and type of resume
What is Resume ,purpose and objective of resume and type of resume
Adil Mehmoood
 
Multiplexing and switching(TDM ,FDM, Data gram, circuit switching)
Multiplexing and switching(TDM ,FDM, Data gram, circuit switching)
Adil Mehmoood
 
Docker + Node "hello world" Application
Docker + Node "hello world" Application
Adil Mehmoood
 
What is feasibility study and what is contracts and its type
What is feasibility study and what is contracts and its type
Adil Mehmoood
 
Inner classes ,annoumous and outer classes in java
Inner classes ,annoumous and outer classes in java
Adil Mehmoood
 
Exception handling in java
Exception handling in java
Adil Mehmoood
 
Project Engineer and Deputy project manger
Project Engineer and Deputy project manger
Adil Mehmoood
 
Software Engineering 2 lecture slide
Software Engineering 2 lecture slide
Adil Mehmoood
 
Sliding window and error control
Sliding window and error control
Adil Mehmoood
 
Proposal defence format
Proposal defence format
Adil Mehmoood
 
Shading and two type of shading flat shading and gauraud shading with coding ...
Shading and two type of shading flat shading and gauraud shading with coding ...
Adil Mehmoood
 
System quality attributes
System quality attributes
Adil Mehmoood
 
Graph Clustering and cluster
Graph Clustering and cluster
Adil Mehmoood
 
diseases caused by computer
diseases caused by computer
Adil Mehmoood
 
Diseases caused by Computer
Diseases caused by Computer
Adil Mehmoood
 
What is Resume ,purpose and objective of resume and type of resume
What is Resume ,purpose and objective of resume and type of resume
Adil Mehmoood
 
Multiplexing and switching(TDM ,FDM, Data gram, circuit switching)
Multiplexing and switching(TDM ,FDM, Data gram, circuit switching)
Adil Mehmoood
 
Ad

Recently uploaded (20)

Chalukyas of Gujrat, Solanki Dynasty NEP.pptx
Chalukyas of Gujrat, Solanki Dynasty NEP.pptx
Dr. Ravi Shankar Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
Introduction to Generative AI and Copilot.pdf
Introduction to Generative AI and Copilot.pdf
TechSoup
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Measuring, learning and applying multiplication facts.
Measuring, learning and applying multiplication facts.
cgilmore6
 
FIRST DAY HIGH orientation for mapeh subject in grade 10.pptx
FIRST DAY HIGH orientation for mapeh subject in grade 10.pptx
GlysdiEelesor1
 
Wax Moon, Richmond, VA. Terrence McPherson
Wax Moon, Richmond, VA. Terrence McPherson
TerrenceMcPherson1
 
Energy Balances Of Oecd Countries 2011 Iea Statistics 1st Edition Oecd
Energy Balances Of Oecd Countries 2011 Iea Statistics 1st Edition Oecd
razelitouali
 
JHS SHS Back to School 2024-2025 .pptx
JHS SHS Back to School 2024-2025 .pptx
melvinapay78
 
How to Manage Inventory Movement in Odoo 18 POS
How to Manage Inventory Movement in Odoo 18 POS
Celine George
 
What is FIle and explanation of text files.pptx
What is FIle and explanation of text files.pptx
Ramakrishna Reddy Bijjam
 
How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18
Celine George
 
What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
 
june 10 2025 ppt for madden on art science is over.pptx
june 10 2025 ppt for madden on art science is over.pptx
roger malina
 
ICT-8-Module-REVISED-K-10-CURRICULUM.pdf
ICT-8-Module-REVISED-K-10-CURRICULUM.pdf
penafloridaarlyn
 
ABCs of Bookkeeping for Nonprofits TechSoup.pdf
ABCs of Bookkeeping for Nonprofits TechSoup.pdf
TechSoup
 
Nice Dream.pdf /
Nice Dream.pdf /
ErinUsher3
 
BINARY files CSV files JSON files with example.pptx
BINARY files CSV files JSON files with example.pptx
Ramakrishna Reddy Bijjam
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Pragya - UEM Kolkata Quiz Club
 
BUSINESS QUIZ PRELIMS | QUIZ CLUB OF PSGCAS | 9 SEPTEMBER 2024
BUSINESS QUIZ PRELIMS | QUIZ CLUB OF PSGCAS | 9 SEPTEMBER 2024
Quiz Club of PSG College of Arts & Science
 
Introduction to Generative AI and Copilot.pdf
Introduction to Generative AI and Copilot.pdf
TechSoup
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Measuring, learning and applying multiplication facts.
Measuring, learning and applying multiplication facts.
cgilmore6
 
FIRST DAY HIGH orientation for mapeh subject in grade 10.pptx
FIRST DAY HIGH orientation for mapeh subject in grade 10.pptx
GlysdiEelesor1
 
Wax Moon, Richmond, VA. Terrence McPherson
Wax Moon, Richmond, VA. Terrence McPherson
TerrenceMcPherson1
 
Energy Balances Of Oecd Countries 2011 Iea Statistics 1st Edition Oecd
Energy Balances Of Oecd Countries 2011 Iea Statistics 1st Edition Oecd
razelitouali
 
JHS SHS Back to School 2024-2025 .pptx
JHS SHS Back to School 2024-2025 .pptx
melvinapay78
 
How to Manage Inventory Movement in Odoo 18 POS
How to Manage Inventory Movement in Odoo 18 POS
Celine George
 
What is FIle and explanation of text files.pptx
What is FIle and explanation of text files.pptx
Ramakrishna Reddy Bijjam
 
How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18
Celine George
 
What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
 
june 10 2025 ppt for madden on art science is over.pptx
june 10 2025 ppt for madden on art science is over.pptx
roger malina
 
ICT-8-Module-REVISED-K-10-CURRICULUM.pdf
ICT-8-Module-REVISED-K-10-CURRICULUM.pdf
penafloridaarlyn
 
ABCs of Bookkeeping for Nonprofits TechSoup.pdf
ABCs of Bookkeeping for Nonprofits TechSoup.pdf
TechSoup
 
Nice Dream.pdf /
Nice Dream.pdf /
ErinUsher3
 
BINARY files CSV files JSON files with example.pptx
BINARY files CSV files JSON files with example.pptx
Ramakrishna Reddy Bijjam
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Pragya - UEM Kolkata Quiz Club
 

Java database connectivity with MYSQL