回覆列表
  • 1 # 你永遠追不上的巨人

    只能寫個大概的,要寫資料到資料庫中,先得在資料庫中建庫,庫裡建表,表裡建欄位,然後java裡建立資料庫連線,用SQL語言寫資料到表中的欄位Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver").newInstance(); //String url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=資料庫名"; //7.0、2000String url="jdbc:sqlserver://localhost:1433;DatabaseName=資料庫名"; //2005Connection conn=null;conn= DriverManager.getConnection(url,使用者名稱,密碼); PreparedStatement pst=null;pst=conn.prepareStatement("Insert Into grade(表名) Values (?)");pst.setInt(1,你要寫的整弄資料);//pst.setString(2,你要寫的字串資料);pst.addBatch();pst.executeBatch();

  • 中秋節和大豐收的關聯?
  • 信長之野望14威力加強版怎麼玩?