文章分类 -  Ado.Net

转自Jason:Asp.Net 连接Oracle数据库 出现"找到 Oracle 客户端和网络组件" 彻底解决方法!
摘要:本人用Asp.Net做的程序本地访问oracle数据库时,在自己机器上好好的能访问,但是当放到服务器时就不能出现如下的错误:"Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Ve... 阅读全文

posted @ 2006-03-21 18:55 Pierce 阅读(1122) 评论(0) 推荐(0)

简单的OracleHelper Class,正在测试
摘要:正在测试,暂作备份。 using System;using System.Data;using System.Data.OleDb;namespace Pierce.OracleHelper{ /**//// /// OracleHelper:完成常见的Oracle操作, /// 没有使用静态方法,目的是可以在多个线程中使用 /// [LastModified... 阅读全文

posted @ 2005-07-26 17:27 Pierce 阅读(2491) 评论(2) 推荐(0)

Connection 类的方法(Connection Class Method Reference)
摘要:BeginTransaction: IDbTransaction = Connection.BeginTransaction();IDbTransaction = Connection.BeginTransaction(IsolationLevel iso);IDbTransaction = Connection.BeginTransaction(String transactionName);... 阅读全文

posted @ 2005-06-06 15:18 Pierce 阅读(1806) 评论(0) 推荐(0)

Connection Class的属性
摘要:介绍Ado.Net Connection类的属性 阅读全文

posted @ 2005-06-03 11:40 Pierce 阅读(926) 评论(0) 推荐(0)

导航