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
What does connection pooling mean ?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
Which Java and java.sql data types map to my specific database types?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
How can I create a custom RowSetMetaData object from scratch?
What are the differences between statement and preparedstatement interface?
What is difference between odbc and jdbc?
Which database is used with java?
How MS-Access DB can be accessed over a network, using JDBC API?
What is com mysql jdbc driver?
Does jdbctemplate close connection?
How many packages are available in jdbc api?
What is database deadlock ? How can we avoid them?
How to retrieve warnings in jdbc?
What are the ddl statements?