龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > asp.net编程 >

ADO.NET连接SqlServer数据库与orcacle数据库的方法详解(2)

时间:2009-12-21 11:47来源:未知 作者:admin 点击:
分享到:
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;

Code [http://www.xueit.com]
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数据库)

Code [http://www.xueit.com]
1 string str="Data Source=hehe;Integrated Security=yes";
2 OracleConnection aa=new OracleConnection(str);
3 oracleconn.Open();
4 oracleconn.Close();

收藏文章
表情删除后不可恢复,是否删除
取消
确定
图片正在上传,请稍后...
评论内容为空!
还没有评论,快来抢沙发吧!
按钮 内容不能为空!
立刻说两句吧! 查看0条评论
精彩图集

赞助商链接