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 a rollback in jdbc?
What is encrypted connection?
Is jdbc a protocol?
Explain some new features available in jdbc 4.0?
What are the jdbc api components?
Explain the life cycle of jdbc.
What is jndi lookup?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is jdbc odbc bridge?
How to check jdbc driver version in websphere?
What are the different types of resultset?
Is jdbc faster than hibernate?