Use the following DatabaseMetaData methods: * getDriverMajorVersion() * getDriverMinorVersion() * getDriverName() * getDriverVersion()
Filed under: JDBC, JDBC | Leave a Comment »
Use the following DatabaseMetaData methods: * getDriverMajorVersion() * getDriverMinorVersion() * getDriverName() * getDriverVersion()
Filed under: JDBC, JDBC | Leave a Comment »
The JDBC is used whenever a Java application should communicate with a relational database for which a JDBC driver exists. JDBC is part of the Java platform standard; all visible classes and interfaces used in the JDBC are placed in package Java Main JDBC classes: * DriverManager. Manages a list of database [...]
Filed under: JDBC, JDBC | Leave a Comment »