ADO.NET连接SqlServer数据库与orcacle数据库的方法详解(2)
3:ODBC.net来提供连接对象(连接ODBC数据源) 先加命名空间//System.Data.Odbc; Code [http://www.xueit.com] 1 string str = " Driver={Sql Server};server=ha;trusted_connection=yes;database=
3:ODBC.net来提供连接对象(连接ODBC数据源)
先加命名空间//System.Data.Odbc;

1 string str="Driver={Sql Server};server=ha;trusted_connection=yes;database=bb;"); 2 OdbcConnection aa=new OdbcConnection(str); 3 odbcconn.Open(); 4 odbcconn.Close();
4:Oracle.net来提供Oracleconnection连接对象(orcacle数据库)

1 string str="Data Source=hehe;Integrated Security=yes"; 2 OracleConnection aa=new OracleConnection(str); 3 oracleconn.Open(); 4 oracleconn.Close();
收藏文章
精彩图集
精彩文章
- 暂无记录。
热门标签
c++11
自动更新
动态游标
MVC
WEB表单
排列组合问题
报
实例化
getline()
联机
子分
又
当前页面
性能比较
是否为空
绘制
全排列算法
对称
Rhino
执行
reportlab
oracle11g
Object.wait
外部链接
单向链表反转
WinExec
(第6篇)
图片大小
字符集转换
模仿登录
LONGLONG
被人遗忘的html
安装ie
phpmailer
解析
email检测
单选
context
文件监听
php php查看当前
日期时间
参数传递
默认选项
重启
输出
删除.dsstore文
tidy_parse_f
rollup
Python,yield
Gittle
解压
php5.2
debug
数据库主体
yahoo汇率
动态添加
日志类型
基础 日历程序
数据库设计
键名
赞助商链接
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229