2012年3月26日

eclipse jdbc最基本

摘要: import java.sql.*;public class TestJDBC { public static String URL="jdbc:mysql://localhost:3306/test"; public static String USER="root"; public static String PWD=""; public static void main(String[] args) { Connection conn=null; Statement stmt=null; ResultSet res=null; 阅读全文

posted @ 2012-03-26 06:19 friday295 阅读(170) 评论(0) 推荐(0) 编辑

导航