JDBC Drivers properties?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does connection pooling mean ?

652


How to insert and delete a row programmatically? (new feature in JDBC 2.0)

601


Which Java and java.sql data types map to my specific database types?

615


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

629


How can I create a custom RowSetMetaData object from scratch?

630






What are the differences between statement and preparedstatement interface?

591


What is difference between odbc and jdbc?

595


Which database is used with java?

575


How MS-Access DB can be accessed over a network, using JDBC API?

2089


What is com mysql jdbc driver?

590


Does jdbctemplate close connection?

570


How many packages are available in jdbc api?

630


What is database deadlock ? How can we avoid them?

600


How to retrieve warnings in jdbc?

610


What are the ddl statements?

553