51CTO博客开发
Java连接各种数据库的实例 : 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 pa
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号