Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages of using jdbc datasource?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is database deadlock ? How can we avoid them?
What are the three basic components of the odbc architecture?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is difference between jdbc and odbc?
What is jdbc and its types?
What are the types of jdbc drivers that exist?
What is jdbc odbc bridge in java?
What is jdbc odbc driver?
What is setautocommit in jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
How does jdbc connect to database?
Why do we need a jdbcrowset like wrapper around resultset?
Does jdbctemplate close connection?