1.

How Do I Get Runtime Information About The Jdbc Driver?

Answer»

USE the FOLLOWING DATABASEMETADATA METHODS:

getDriverMajorVersion()
getDriverMinorVersion()
getDriverName()
getDriverVersion()

Use the following DatabaseMetaData methods:



Discussion

No Comment Found