JDBC數據庫鏈接步驟

一、加載數據庫驅動mysql Class.forName("com.mysql.jdbc.Driver"); sql 二、創建數據庫鏈接池數據庫 conn=DriverManager.getConnection("jdbc:mysql://localhost:3306/test2?user=root&password=1234"); spa 三、由當前數據庫鏈接生成一個數據操做對象對象 stmt=
相關文章
相關標籤/搜索