Guest User

Untitled

a guest
Feb 11th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
  2. System.out.println("Driver loaded");
  3.  
  4.  
  5. Connection con=DriverManager.getConnection("jdbc:sqlserver://192.168.*****\SQLEXPRESS/*****_DW/EPS:****;user=******;password=******; ");
  6.  
  7. System.out.println("Driver loadedd");
  8.  
  9. System.out.println("Name is");
Add Comment
Please, Sign In to add comment