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 find debugging problems related to JDBC API?



How do find debugging problems related to JDBC API?..

Answer / aditi

A good way to find out what JDBC calls are doing is to
enable JDBC tracing. The JDBC trace contains a detailed
listing of the activity occurring in the system that is
related to JDBC operations.

If you use the DriverManager facility to establish your
database connection, you use the DriverManager.setLogWriter
method to enable tracing of JDBC operations. If you use a
DataSource object to get a connection, you use the
DataSource.setLogWriter method to enable tracing. (For
pooled connections, you use the
ConnectionPoolDataSource.setLogWriter method, and for
connections that can participate in distributed
transactions, you use the XADataSource.setLogWriter method.)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is JDBC Connection? Explain steps to get Database connection in a simple java program.

0 Answers  


What are the conditions applies to varchar variable, when using in procedures?

0 Answers  


How many types of statements are there in jdbc?

0 Answers  


How to retrieve warnings in jdbc?

0 Answers  


List the common jdbc exceptions ?

0 Answers  


How do I set properties for a JDBC driver and where are the properties stored?

0 Answers  


How do you insert images into database using jdbc?

0 Answers  


Why do we need a jdbcrowset like wrapper around resultset?

0 Answers  


what is CallableStatement and what is its usage?

1 Answers  


How many isolation levels are supported in JDBC and what are they?

1 Answers  


How do you create Connection?

5 Answers   HCL,


What do you mean by metadata and why we are using it?

0 Answers  


Categories