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 packages are used by jdbc?
Explain the process of creating tables using NetBeans IDE?
State the different connection methods used for creating different types of sql.
Explain the various types of locking system in jdbc?
what is callable statement?
Does JDBC support stored procedures?
what are the types of result sets in JDBC 3.0 ?
wahts is mean by primary key and unique key?
What are the different types of statements?
How does JDBC differ from ODBC?
How to check jdbc connection in linux?
What is de-normalization?