六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 60|回复: 0

jdbc连接常用数据库代码[转载]

[复制链接]

升级  74.2%

2220

主题

2220

主题

2220

主题

榜眼

Rank: 8Rank: 8

积分
6710
 楼主| 发表于 2013-1-13 18:19:13 | 显示全部楼层 |阅读模式
<div class="postbody">1、Oracle8/8i/9i数据库(thin模式)
<div style="padding-right: 5.4pt; padding-left: 5.4pt; background: #e6e6e6; padding-bottom: 4px; width: 98%; padding-top: 4px;">Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
Stringurl
="jdbc:oracle:thin:@localhost:1521:orcl";//orcl为数据库的SID
Stringuser="test";
Stringpassword
="test";
Connectionconn
=DriverManager.getConnection(url,user,password);
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表