JDBC Drivers properties?



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

Post New Answer

More JDBC Interview Questions

what is CallableStatement and what is its usage?

1 Answers  


What is a Connection?

1 Answers  


Is possible to open a connection to a database with exclusive mode with JDBC?

0 Answers  


When do we use execute method in java jdbc?

0 Answers  


what does batchUpdate does?

6 Answers   HCL,






The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?

0 Answers  


What is the difference between Union, Unionall ?

1 Answers  


What causes the "No suitable driver" error?

0 Answers  


Explain jdbc savepoint?

0 Answers  


what is callable statement?

6 Answers   Infogain,


Why hibernate is better than jdbc?

0 Answers  


What is JDBC DataSource and what are it’s benefits?

0 Answers  


Categories