Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you know which driver is connected to a database?

Answer Posted / ramakant

// By the help of DatabaseMetadata it gives all the
information about the date base for which our progrim is
connected
// here it goes

1.Class.forName("DriverClass name");
2.Connection con =driverManager.getConection("URL Of
Manager Class");
DatabaseMetada dmeta= con.getMetadata();
// by calling the method getDriverName() name we can
able to know that which driver is coonected to the database.
3. System.out.println(" driver name " +
dmeta.getDriverName())

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is jdbc url mysql?

1040


What are the different types of statements in jdbc?

966


How do I check in my code whether a maximum limit of database connections have been reached?

1028


What is the latest version of JDBC? What are the new features added in that?

1042


How to insert an image or raw data into database?

1043


What does connection pooling mean ?

1053


When do we use execute method in java jdbc?

1025


Define preparedstatement.

1042


What is jdbc driver manager?

995


Why “no suitable driver” error occurs?

1135


How to set the attribute concurrency in resultset?

970


What is jdbc architecture in java?

996


What is the use of setFetchSize() and setMaxRows() methods in Statement?

1040


How do you determine the sensitivity of the ResultSet object?

1027


What is jdbc stand for?

985