what is ment by jdbc and how to connect with database?

what is ment by jdbc and how to connect with database?

i want answer for this question.

View Answers

November 22, 2012 at 6:00 PM

JDBC stands for Java Database Connectivity. It is a set of API for connecting the database from Java program. JDBC API provides the API for:

Connecting to database
Getting the database information
Performing add, update, delete and selection operations on the dataset.
Controlling and managing the database translations between two or more JDBC statements.
You can call database views, Stored procedures from Java program.

For more information, visit the following links:

http://www.roseindia.net/jdbc/

http://www.roseindia.net/jdbc/jdbc-mysql/MysqlConnect.shtml

http://roseindia.net/tutorial/java/jdbc









Related Tutorials/Questions & Answers:
what is ment by jdbc and how to connect with database?
what is ment by method signature in java.......
Advertisements
how to connect mysql with JDBC - JDBC
need help....how to connect and disconnect multiple databases(databases created in mysql) using java and my sql
how to connect jdbc
please tell me what is ment by wrapper class in java........
how to connect xlsx(2007 excel) - JDBC
is it possible to connect the multiple databases from the hibernate application
What is JDBC?
how to connect swings with jdbc... - Java Beginners
JQuery-What is Connect?
How to list databases in PostgreSQL
Use JDBC to connect Microsoft Access
What is JDBC?
How to connect with database
could not connect to the server - JDBC
connect jdbc to an Excel spreadsheet
how can i create a mysql database to connect to this code - JDBC
how can i create a mysql database to connect to this code - JDBC
not able to connect to mysql using.. jdbc
cannot connect to database - JDBC
How to connect to MySQL in JSP?
How to connect
JDBC Connection code to connect servlet with oracle.
what are the steps in jdbc?
What is JDBC Driver ?
What is JDBC architecture?
how to connect webcam in html
Databases
What is DatabaseMetaData - JDBC
How to connect mysql with jsp
Connect to MS Acces wothout using ODBC but JDBC - JDBC
What is ODBC - JDBC
What is the advantage of hibernate over JDBC?
What is the advantage of hibernate over JDBC?
can't connect to MySQL Server(10060) - JDBC
how i connect two page
Accessing Databases Using Java and JDBC
how to connect program to database
How to connect to MySql Database from Servlet?
How to connect on screen keyboard to system.
How to connect on screen keyboard to system.
What is JDBC?
how to connect mysql from gui?
how to connect two swing frames
What must I know before learning JDBC?
What must I know before learning JDBC?
What must I know before learning JDBC?
What must I know before learning JDBC?
how to connect SQL Server 2005 using php

Ads