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 |
What type of drivers are used for web application?
What are the different types of classes in the api component?
How can we store and retrieve images from the database?
What does connection pooling mean ?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Explain about the Try Block?
Where is mysql jdbc driver located?
What is the role of jdbc drivermanager class?
How can you know about drivers and database information ?
What is a lock in jdbc?
Explain the importance of drivermanager.
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?