摘要:
1、Oracle8/8i/9i数据库(thin模式) Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为数据库的SID String user="test"; String password="test"... 阅读全文
posted @ 2008-11-22 16:18
cyhjason
阅读(204)
评论(0)
推荐(0)