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 |
Under what circumstances, that all four drivers are used?
What is the purpose of jdbc?
How do I find whether a parameter exists in the request object?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What are different types of ResultSet?
How can we execute stored procedures using callablestatement?
How we can you use preparedstatement.
What are common JDBC Exceptions?
what are the drawbacks of JDBC? explain briefly?
When do we get java.sql.SQLException: No suitable driver found?
When do we use execute method in java jdbc?
What is jdbc architecture?