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 is CLOB and BLOB datatypes in JDBC?
How to handle when the database crashes while reading the data from the database?
what is call level interface?
Which interface handles transaction management in jdbc?
Explain the importance of drivermanager.
What do you understand by jdbc statements?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
What protocol does jdbc use?
How to find that, a row is updated or not?
Give an example for execution of sql statement.
Is there another way of dealing with the result set that could execute faster?
Why do we use jdbc in java?