InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Driver Configuration Of Jdbcappender? |
|
Answer» DRIVER − SETS the driver class to the SPECIFIED string. If no driver class is specified, it DEFAULTS to sun.jdbc.odbc.JdbcOdbcDriver. driver − Sets the driver class to the specified string. If no driver class is specified, it defaults to sun.jdbc.odbc.JdbcOdbcDriver. |
|