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 |
How do I stop nullpointerexception?
Is the JDBC-ODBC Bridge multi-threaded?
What happens if connection is not closed in jdbc?
Does jdbctemplate use prepared statements?
What is dburl?
What are the different types of statements in jdbc?
What is jsp and jdbc?
What are the different types of 2 tier and 3 tier architecture ?
what is the current version of JDBC? and explain its features?
What driver should I use for scalable Oracle JDBC applications?
When do we get java.sql.SQLException: No suitable driver found?
How to execute bulk number of queries at once?