1. 新建乙個sql.properties檔案,內容如下。
driver
=com.mysql.jdbc.driver
url
=jdbc:mysql:
user
=root
pwd
=root
2. 使用io讀取檔案資訊。
inputstream in=getclass().getclassloader().getresourceasstream("sql.properties"
);properties properties=new
properties();
try
3. 使用讀取的資訊連線資料庫,執行sql並儲存結果集。
//載入驅動程式
class.
forname
(driver);
方法,連線mysql資料庫!!
con = drivermanager.
getconnection
(url,user,password);
//2.建立dosql類物件,用來執行sql語句!!
statement dosql = con.createstatement();
類,用來存放獲取的結果集!!
resultset rs = dosql.executequery(sql);
4. 第3步的異常可在第2步裡try{}catch{}。
shell連線oracle資料庫生成檔案
需求 要用shell生成乙個檔案,但是其中乙個引數translate no需要從oracle資料庫中獲取 bin sh home ju bash profile input para,判斷輸出的引數是否為2個 if ne2 then echo retcode 1 echo retmes please...
檔案儲存到資料庫 從資料庫讀出寫成檔案
一 儲存檔案到資料庫中。將檔案儲存到資料庫中,實際上是將檔案轉換成二進位製流後,將二進位製流儲存到資料庫相應的字段中。在sql server中該字段的資料型別是image,在access中該字段的資料型別是ole物件,在orcle中是blob型別。儲存檔案到資料庫中 fileinfo fi new ...
通過sh指令碼將資料庫資料生成文字檔案並上傳ftp
通過sh 指令碼將資料庫表 生成csv檔案並壓縮上傳ftp source etc profile export nls lang american america.al32utf8 yyyy date y mm date m dd date d del day date d 1 days ago d...