Java Database Connectivity JDBC Practical Tutorial

preview_player
Показать описание
For code click here:

In this video we will see
What is JDBC
will create one program for creating table using MySql
Lecture

JDBC is a Java database connectivity technology (Java Standard Edition platform) from Oracle Corporation.
This technology is an API for the Java programming language that defines how a client may access a database.
It provides methods for querying and updating data in a database.
JDBC is oriented towards relational databases.

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Subscribe to the channel and learn Programming in easy way.

Рекомендации по теме
Комментарии
Автор

Hi, thanks for the demo. I followed it and executed with my netbean using one of my movies database ..worked fine!!

mabreupr
Автор

sir i gain much subject by watching and practicing by your videos... thank you.
but i and my friends need a small project that how can we use all the thing in project point of view. so please make a video on simple project and explain each and every step as your usual way.

avinashkotni
Автор

This is really interesting, you have saved us ... Im going to follow the tutorial

keshawa
Автор

please make a small project and explain each and every step .... from front end to everything .
can i expect from you sir???

avinashkotni
Автор

hello sir...your all videos r very helpful for me...thank u sooo much...but i have one doubt with jdbc program..
i tried in netbeans in one system i got the correct output but in another i m not getting it...it shows build successfully but not displaying the student name...what is the mistake ..how do i get tat..pls reply its really very urgent

rekhachoudhary
Автор

hai sir excellent tuts sir, sir i want some more jdbc tuts, pls send me links or videos

mohammadhussainshaik
Автор

Sir I am using Netbeans IDE 8.2 and using inbuilt MySql server of netbeans and trying too perform jdbc program. I created DB successful connected it and write program with the help of your this lesson but getting problem while connecting with DB. It is generating Communication Exception: communication link failure.

Thanku soo much your java tutorial are very much helpful.

monumurari
Автор

String
        String
       
        Connection con=DriverManager.getConnection("jdbc:mysql://localhost/demo", "root", "root");
        String s3="insert into student values ('"+s1+"', '"+s2+"')";
        Statement stmt =con.createStatement();
        ResultSet rs = stmt.executeQuery(s3);
        con.close();



i used above i got class not found exception....please help...!!!

Akash
Автор

Am I turning deaf or there is no sound in this video???

shuama