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 are the differences between execute, executequery, and executeupdate?
What happens if we don't close the connection in jdbc?
What is transaction processing in jdbc?
What is Type-4 Driver and when this driver is used?
What is 2 phase commit?
Which is better jpa or jdbc?
Why would you use setautocommit(false) in jdbc?
How do find debugging problems related to JDBC API?
I have written a program to connect to database using odbc.Can this Application run on any Platform????
What are the advantages of using preparedstatement over statement?
How to connect multiple database in jdbc?
What are the jdbc statements?