DEVFYI - Developer Resource - FYI

How do I get runtime information about the JDBC Driver?

JDBC Interview Questions and Answers


(Continued from previous question...)

How do I get runtime information about the JDBC Driver?

Use the following DatabaseMetaData methods:
getDriverMajorVersion()
getDriverMinorVersion()
getDriverName()
getDriverVersion()

(Continued on next question...)

Other Interview Questions