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
Why “no suitable driver” error occurs?
Explain the main method?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What are the classes and methods used for sending sql statements to database?
What is the feature of jdbc v4?
How many locking systems are there in jdbc?
What is the use of jdbc api?
What is the role of class.forname while loading drivers?
What are the differences between resultset and rowset?
How to connect multiple database in jdbc?
What class.forname will do while loading drivers of jdbc?
Discuss the significances of jdbc.
How many types of resultset are there in jdbc?
What is the return type of class.forname() method?
What is sqlwarning?