用JDBC鏈接MySQL,Oracle,SQL server數據庫的代碼

注意導包的問題,越是微小的錯誤越容易犯!!! 一、鏈接MySQL數據庫java public class JDBCTool { public static Connection getConn() { try { Class.forName("com.mysql.jdbc.Driver"); } catch (ClassNotFoundException e) { // TO
相關文章
相關標籤/搜索