Home Answers Viewqa Java-Beginners DriverManager in Java

 
 


Deepak Kumar
DriverManager in Java
1 Answer(s)      2 years and 8 months ago
Posted in : Java Beginners

Hi,

What is DriverManager? Give me example of DriverManager in Java.

Thanks
View Answers

October 6, 2010 at 5:34 PM


Hi Friend,

It is a class which manages the communication between applications and drivers to connect to database.

For more information, visit the following link:

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

Thanks









Related Pages:
DriverManager in Java - Java Beginners
DriverManager in Java  Hi, What is DriverManager? Give me example of DriverManager in Java. Thanks   Hi Friend, It is a class which manages the communication between applications and drivers to connect
DriverManager
DriverManager   What is DriverManager
Write to the log used by DriverManager and JDBC drivers.
Write to the log used by DriverManager and JDBC drivers.  How can I write to the log used by DriverManager and JDBC drivers
Redirect the log used by DriverManager and JDBC driver
Redirect the log used by DriverManager and JDBC driver  How can I get or redirect the log used by DriverManager and JDBC drivers
Understanding Data Source
interface as an alternative to the DriverManager for establishing the connection... source in the Java programming language. DataSouce object is mostly preferred over the DriverManager for establishing a connection to the database
JDBC DriverManager Example
; } JDBC Driver Manager DriverManager is a class of java.sql.*; package. Its... with DriverManager automatically when it is loaded. Therefore user only call DriverManager, registerDriver is automatically called. You can register a driver
JDBC Driver and Its Types
DriverManager class defines objects which can connect Java applications to a JDBC driver. DriverManager has traditionally been the backbone of the JDBC architecture... database driver. On running an application, it is the DriverManager's
JDBC Class.forName(String drivername) Example for MySql Database
creates an instance of a driver and registers it with the DriverManager. Now we will create a java class JDBCforName.java and store the information like...).newInstance(); connection = DriverManager. getConnection(url+dbName, userName
Java driver manager
Java driver manager  What is DriverManager
java
java  What is DriverManager?  The JDBC Driver Manager is a very important class that defines objects which connect Java applications.... The DriverManager class works between the user and the drivers. The task
java - JDBC
java  what is the differance between class.forName and DriverManager..., The DriverManager class maintains the list of the Driver classes. Each driver has to be get registered in the DriverManager class by calling the method
java - JDBC
java  drivermanager class loads the drivers to connect odbc... of the calls that it makes to ODBC. Multi-threaded Java programs may use the Bridge, but they won't get the advantages of multi-threading. The DriverManager class
Java
("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con = DriverManager
Driver Manager Class
is a very important class that defines objects which connect Java applications... open database is connected.   The DriverManager class works between the user and the drivers. The task of the DriverManager class is to keep
Accessing database with JDBC via Java
with JDBC via Java application?   Accessing database with JDBC through Java JDBC Example to access Database import java.sql.*; public class JdbcConnect..., Ms-Access, Oracle etc and java files. The SQL statements are executed within
JAVA DB connenting Office access..
JAVA DB connenting Office access..  hai friends....iam shackir.. i... DriverManager class //student_base is the name of the database..."); //connection object created using DriverManager class
please send me the answer - JDBC
please send me the answer -difference between DriverManager and DataDourse   what is Datasourse? What r the advantages? what is the difference between DriverManager and DataDourse
DriverManage
DriverManage  hello, What is DriverManager ?   hii, DriverManager is a class in java.sql package. It is the basic service for managing a set of JDBC drivers
Advance Java training topics
Advance Java training topics     ... simple JSPs that use Java code in declarations, expressions and scriptlets... Java exception handling and JSP error pages to handle errors   
Accessing Databases Using Java and JDBC
Accessing Database using Java and JDBC       Accessing Database using Java and JDBC Database plays... develop and example to access the database using Java and JDBC. For this, firstly
Java JdbcRowSet Example
Java JdbcRowSet Example In this section we will see an example of JdbcRowSet... using getConnection() method of DriverManager class. To established... = DriverManager. getConnection("jdbc:odbc:swing"); String sql
Advance Java Training
Advance Java Training      ... simple JSPs that use Java code in declarations, expressions and scriptlets... Java exception handling and JSP error pages to handle errors. 
java
java  diff bt core java and java
java
java  what is java
Introduction to java.sql package
database by using the java programming language. It includes a framework where we... of DriverManager class a) DriverManager class: It helps to make a connection... to set up a logging stream through the DriverManager class. c
Connecting to a MySQL Database in Java
Connecting to a MySQL Database in Java       In java we have been provided with some classes... in the database with the help of java,  instead of going to database
Java save file to database
Java save file to database In this section, you will learn how to insert file... between MySql database and java file with the help of various types of APIs... connection with specific databases like: MySQL, Ms-Access, Oracle etc and java
JAVA
JAVA  how the name came for java language as "JAVA
java
java   why iterator in java if we for loop
java
java  explain technologies are used in java now days and structure java
java
java  different between java & core java
java
java  is java open source
java
java  what is java reflection
java
java   in java does not pointers concept but what is nullpointers in java?   nullpointer is a runtime Exception
java
what is the size of array in java ?  what is the size of array in java ? what is the mean of finalize in java
JDBC - Java Database Connectivity Tutorial
Types  The JDBC DriverManager class defines objects which can connect Java... JDBC - Java Database Connectivity Tutorials       Java Database Connectivity
java
java   What is ?static? keyword
java
java  RARP implementation using java socket
java
java  sample code for RARP using java
java
java  Does java allows multiline comments
Java
Java  how to do java in command prompt
java
java  give a simple example for inheritance in java
java
java  give a simple example for inheritance in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java  Write a java code to print "ABABBABCABABBA
java
java  write a program in java to acess the email

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.