Advertisement
Guest User

first/mysql/test/Main.java

a guest
May 1st, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. package first.mysql.test;
  2.  
  3. import first.mysql.*;
  4.  
  5. public class Main {
  6.     public static void main(String[] args) throws Exception {
  7.         MySQLAccess dao = new MySQLAccess();
  8.         dao.readDataBase();
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement