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 |
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How to find that, a row is updated or not?
Explain what should be done when a SQL exception is raised?
What is jdbc drivers in java?
Can you define a foreign key, with a key from the same table?
Which interface is responsible for transaction management in jdbc?
Is jdbc open source?
How can I write to the log used by DriverManager and JDBC drivers?
What is 2 phase commit?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Which interface handles transaction management in jdbc?
What is JDBC ResultSet?