SQLException{Connection conn=this.getConn();PreparedStatement pstmt=conn.prepareStatement(sql);intnumber=pstmt.executeUpdate();this.closeAll(conn,pstmt,null);returnnumber;}}从代码知道首先把jdbc驱动类装载java虚拟机中,即Class.forName(DRIVER);其次加载驱动并建立于数据库的连接Connection conn...
java链接mysql数据库url怎么写(mysql数据库连接url) 连接代码如下:publicstaticvoidmain(String[]args){//驱动程序名空蔽Stringdriver= com.mysql.jdbc.Driver ;//URL指向要访斗绝州问的数据库名scutcsStringurl= jdbc:mysql://127.0.0.1:3306/scutcs ;//MySQL配置时的用户
你要看在创建前与数据库连上了没,写一个测试数据库连接的方法 String url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=student";