Category:DriverManager

From Java Example Source Code

Jump to: navigation, search

These Java examples show how to use DriverManager with JDBC.

DriverManager is the basic service for managing a set of JDBC drivers.

As part of its initialization, the DriverManager class will attempt to load the driver classes referenced in the "jdbc.drivers" system property. This allows a user to customize the JDBC Drivers used by their applications.

Personal tools