Advertisement
JesuisEva

Inf B week 3

Nov 29th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. package week3;
  2.  
  3. import java.sql.DriverManager;
  4. import java.sql.*;
  5.  
  6. public class Week3 {
  7.  
  8.  
  9. public static void main(String[] args) {
  10.  
  11. public string username;
  12. public string password;
  13. public string url;
  14. }
  15.  
  16. public Week3(){
  17.  
  18. }
  19.  
  20. public void SimpleDataSource(){
  21. try(){
  22. Connection con = DriverManager.getConnection(username, password, url);
  23. }
  24.  
  25. catch(){
  26.  
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement