Enter words or phrases, names or places to create your custom video playlist.
You can also enter Youtube or Wn URLs



Enter words or phrases, names or places to create your custom video playlist.
You can also enter Youtube or Wn URLs



Add to Playlist
9:10
JDBC Tutorial For Beginners - Introduction
Provides a brief introduction on JDBC. JDBC stands for Java DataBase Connectivity, an API ...
published: 12 Feb 2013
Play in Full Screen
Add to Playlist
40:57
Jdbc Application Flow of Execution
DURGASOFT is INDIA's No.1 Software Training Center offers online training on various tech...
published: 22 Oct 2014
Play in Full Screen
Add to Playlist
9:06
Java JDBC Tutorial - Part 1: Connect to MySQL database with Java
View more videos on my "Java JDBC Tutorial" Playlist: - http://www.youtube.com/playlist?li...
published: 21 Mar 2014
author: luv2code
Play in Full Screen
Add to Playlist
5:57
Java JDBC Tutorial – Part 7: JDBC Transactions with MySQL
View more videos on my “JDBC Tutorial Playlist”: https://www.youtube.com/playlist?list=PLE...
published: 08 Sep 2014
Play in Full Screen
Add to Playlist
77:56
Advanced Java : jdbc
Visit site : javavideotutorial9.blogspot.in More Tags : enterprise java beans enterprise j...
published: 02 Jan 2014
author: Java
Play in Full Screen
Add to Playlist
7:41
JDBC Tutorial - P1 - Understanding JDBC
http://www.gmustudent.com In this tutorial we will see examples of how JDBC is used in the...
published: 14 Oct 2012
Play in Full Screen
Add to Playlist
7:52
Java database connectivity - JDBC Module 20
Watch how to get database connection using JAVA by Omprakash Pandey. Get more details : ht...
published: 05 Aug 2009
Play in Full Screen
Add to Playlist
11:25
Java JDBC Tutorial - Part 0: Overview
http://www.luv2code.com In this video tutorial, we will present an overview of Java JDBC....
published: 30 Mar 2014
Play in Full Screen
Add to Playlist
11:39
Registering JDBC Driver by Loading Jdbc Driver class
Registering JDBC Driver by Loading Jdbc Driver class...
published: 04 May 2014
Play in Full Screen
Add to Playlist
14:40
Java EE Programming - JDBC Driver Install
This tutorial covers how to download and install the Oracle JDBC Driver. The instructions ...
published: 28 Jan 2012
Play in Full Screen
Add to Playlist
61:53
Урок 15 - JDBC - Java для тестировщиков
Пятнадцатый урок из курса Java для тестировщиков, который я провожу в компании, где я рабо...
published: 19 Jan 2011
author: Yuriy Tkach
Play in Full Screen
Add to Playlist
9:52
JDBC: Урок 1. Введение в JDBC и установка MySQL Server
Все уроки тут: https://www.youtube.com/playlist?list=PLIU76b8Cjem5qdMQLXiIwGLTLyUHkTqi2 О...
published: 30 Jun 2014
Play in Full Screen
Add to Playlist
14:10
database connection through java (Jdbc:Odbc)
database connection through java (Jdbc:Odbc) database connection through java (Jdbc:Odbc)...
published: 20 Jun 2013
Play in Full Screen
Add to Playlist
44:34
Основы JDBC (Часть 1)
...
published: 05 Jan 2013
Play in Full Screen

Related Videos

Add to Playlist
5:23
Java NetBeans Tutorial: Connecting to a MySQL Database with Java, JDBC and NetBeans
Download Java Source Code: http://www.luv2code.com/?p=992 In this video you will learn how...
published: 31 Aug 2014
author: luv2code
Play in Full Screen
Add to Playlist
8:37
JDBC in Eclipse
JDBC in Eclipse...
published: 25 Apr 2012
Play in Full Screen
Add to Playlist
6:15
Oracle Database Java JDBC Tutorial: #1 - Overview
YouTube Playlist: http://bit.ly/YMKNXe Website: http://www.luv2code.com Twitter: https://t...
published: 15 Sep 2014
Play in Full Screen
Add to Playlist
24:44
Core Java - Jdbc Example
In this video we will try to explain on how to use JDBC APIs to insert data into a table i...
published: 22 Sep 2012
Play in Full Screen
Add to Playlist
16:20
Java Database Connectivity (JDBC) Practical Tutorial (Lecture) on Netbeans
Java with Mysql For Theory : https://www.youtube.com/watch?v=SZGWsjtNcgw....
published: 30 Dec 2013
author: Navin Reddy
Play in Full Screen
Add to Playlist
3:24
JDBC - JDBC Connection via MySQL and Eclipse ᴴᴰ
JDBC Connectivity via MySQL & Eclipse MySQL-MySQL is a relational database management syst...
published: 21 Feb 2013
Play in Full Screen
Add to Playlist
6:58
JDBC with SQL Server (Complete Tutorial) (WITH AUDIO)
Xsys Software (http://www.XsysSoftwareTechnologies.com) - 09739585515 This is an End-To-En...
published: 01 Dec 2011
Play in Full Screen
Add to Playlist
9:59
Aula 1- Conexão JAVA - MYSQL - JDBC
Esta é uma video aula que mostra como conectar o java com SGDB mysql via jdbc....
published: 21 Aug 2010
Play in Full Screen
Add to Playlist
11:40
Tutorial Java en Español - Capitulo 44 - Volví!! - JDBC - Parte 1
Volvi gente y empezamos con JDBC (Bases de Datos en Java)...
published: 27 Dec 2010
author: niktutos
Play in Full Screen
Add to Playlist
25:12
JDBC Drivers
Different types of JDBC Drivers....
published: 26 Sep 2013
Play in Full Screen
Add to Playlist

JDBC Drivers

Published: 26 Sep 2013

JDBC is a Java-based data access technology (Java Standard Edition platform) from Sun Microsystems, Inc.. It is not an acronym as it is unofficially referred to as Java Database Connectivity. 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. A JDBC-to-ODBC bridge enables connections to any ODBC-accessible data source in the JVM host environment.

Sun Microsystems released JDBC as part of JDK 1.1 on February 19, 1997. It has since formed part of the Java Standard Edition.

The JDBC classes are contained in the Java package java.sql and javax.sql.

Starting with version 3.1 , JDBC has been developed under the Java Community Process. JSR 54 specifies JDBC 3.0 (included in J2SE 1.4), JSR 114 specifies the JDBC Rowset additions, and JSR 221 is the specification of JDBC 4.0 (included in Java SE 6).

The latest version, JDBC 4.1, is specified by a maintenance release of JSR 221 and is included in Java SE 7.




This page contains text from Wikipedia, the Free Encyclopedia - http://en.wikipedia.org/wiki/Java_Database_Connectivity

This article is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License, which means that you can copy and modify it as long as the entire work (including additions) remains under this license.