Advertisement
Guest User

Untitled

a guest
Jul 17th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. public class conek {
  2. private static Connection koneksi;
  3.  
  4. public static Connection GetConnection()throws SQLException{
  5. if(koneksi==null){
  6. new Driver();
  7.  
  8. koneksi=DriverManager.getConnection("jdbc:mysql://localhost:3306/dbperpustakaan_10114287_10114299_10114336","root","");
  9. }
  10. return koneksi;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement