Advertisement
yayachadazt

konek

Sep 15th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. try {
  2. Class.forName("com.mysql.jdbc.Driver");
  3. try {
  4. String url ="jdbc:mysql://localhost:3306/apmasjid";
  5. String user="root";
  6. String pass="";
  7. con=DriverManager.getConnection(url,user,pass);
  8. stat=con.createStatement();
  9. System.out.println("Koneksi Berhasil");
  10. } catch (Exception e) {
  11. }
  12. } catch (Exception e) {
  13. System.out.println("Gagal");
  14. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement