摘要:        
1、Oracle8/8i/9i数据库(thin模式)Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();String url="jdbc:oracle:thin:@localhost:1521:orcl";//orcl为数据库的SIDString user="test";String password="test";Connection conn= DriverManager.getConnection(url,user,password);    阅读全文
posted @ 2014-03-17 11:15
易独
阅读(1548)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号