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 does jdbc connect to database?
How MS-Access DB can be accessed over a network, using JDBC API?
Where is jdbc url mysql?
How can a java objects be stored in database?
Can I use JDBC to execute non-standard features that my DBMS provides?
Why isn't the java.sql.DriverManager class being found?
Give an example for execution of sql statement.
What are the advantages of using jdbc datasource?
What are types of resultset?
What causes no suitable driver error?
When does the result for an sql statement return null?
What does executequery return in java?