POLITECHNIKA RZESZOWSKA - Wydział EteMrotechni" Informatyk
Utworzenie połączenia za pomocą statycznej metody
getConnection() klasy DriverManager - typu interfejsu
j ava.sql.Connect ion
Connection connection =
DriverManager.getConnection(url, user, password); //obiekt reprezentujący połączenie Properties info = new Properties( ); info.put( "user", "username" ); info.put( "password", "password" );
Connection connection =
Dr±verManager.getConnection(u r i, info);
Zamknięcie połączenia
connection.close() ;
. -nght £' 2012 Mn POOKOP