JDBC Drivers properties?



JDBC Drivers properties?..

Answer / subrahmanyam

protected static sun.jdbc.odbc.JdbcOdbc OdbcApi;
protected static long hEnv;
protected static long hDbc;
protected static java.util.Hashtable connectionList;
protected int iTimeOut;
protected static java.lang.String nativePrefix;
protected java.io.PrintWriter outWriter;
protected sun.jdbc.odbc.JdbcOdbcTracer tracer;

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More JDBC Interview Questions

What type of drivers are used for web application?

2 Answers  


What are the different types of classes in the api component?

0 Answers  


How can we store and retrieve images from the database?

0 Answers  


What does connection pooling mean ?

0 Answers  


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

0 Answers  






Explain about the Try Block?

0 Answers  


Where is mysql jdbc driver located?

0 Answers  


What is the role of jdbc drivermanager class?

0 Answers  


How can you know about drivers and database information ?

0 Answers  


What is a lock in jdbc?

0 Answers  


Explain the importance of drivermanager.

0 Answers  


Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?

2 Answers  


Categories