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 are types of jdbc drivers?

0 Answers  


What is connection pooling and why it is used?

0 Answers  


Explain the role of driver in jdbc.

0 Answers  


What are the jdbc api components?

0 Answers  


State the different connection methods used for creating different types of sql.

0 Answers  






What packages are used by jdbc?

0 Answers  


How to store images in database?

2 Answers  


how can we get the metaData (columnNames) from a table which has no Records..

2 Answers  


What is the role of the jdbc drivermanager class?

0 Answers  


What is jdbc odbc connection?

0 Answers  


What is database null and Java null?

1 Answers  


Where can I find info, frameworks and example source for writing a JDBC driver?

0 Answers  


Categories