public
class
dbhelpercatch (exception e)
}//執行緒同步
private
static
synchronized connection getconninstance()catch (classnotfoundexception e)catch (sqlexception e)
system.out.println("連線資料庫成功");
}return connection;
}//關閉資料庫連線
public
void
close()
if(preparedstatement != null)
if(connection != null)
}catch (exception e)
}//執行sql語句查詢結果
public resultset executequery(string sql)catch (sqlexception e)
return resultset;
}}
public
class
zdao
public
void
close()
public resultset getresultset()
}
public
class
test
}catch (sqlexception e)
zdao.close();
//隨便列印幾個看看成功沒
system.out.println(abcdtest[4][0]+'\t'+abcdtest[4][1]+'\t'+abcdtest[4][2]+'\t'+abcdtest[4][3]);
}}
需要導的包沒寫進去,eclipse自動導一下就好^_^ Java連線資料庫
1 oracle8 8i 9i資料庫 用thin模式 class.forname oracle.jdbc.driver.oracledriver newinstance string url jdbc oracle thin localhost 1521 orcl 2 sql server7.0 2...
Java連線資料庫例項
此文中的 主要列出連線資料庫的關鍵 其他訪問資料庫 省略 1 oracle8 8i 9i資料庫 thin模式 class.forname oracle.jdbc.driver.oracledriver newinstance string url jdbc oracle thin localhost...
JAVA連線資料庫語句
class.forname 驅動字串 connection connection drivermanager.getconnection 連線字串 sql 2000 1 通用的jdbc odbc橋連線 驅動字串sun.jdbc.odbc.jdbcodbcdriver 連線字串jdbc odbc 資料...