搜索资源列表
-
0下载:
一个设计良好,非常好用的数据访问类.
使用了接口,重载等C#的常用特性,运用了工厂模式设计,支持Oracle、SqlServer、OleDb不同数据库的灵活转换。-a well-designed, very user-friendly access to data types. The use of the interface, such as C# Heavy common characteristics, use of the factory model design, support
-
-
0下载:
该示例使用NBearLite,基于.Net PetShop 4.0的源码修改。使用NBearLite重写了等价功能的BLL、Profile、Membership模块的数据访问部分,去除了DALFacrory、IDAL等工程(因为基于NBearLite可以透明的在多种数据库源间进行无缝切换,无需修改代码),去除了Order的基于MSMQ的异步处理部分。本示例演示了使用NBearLite作为数据访问组件进行开发的常用方法。Web工程的Web.config中默认关闭了CaceDependency,并设
-
-
0下载:
一个数据迁移的例子程序,可以把数据从access迁移到oracle数据库中。不过不能迁移约束-Example of a data migration process, you can migrate data from access to oracle database. However, the relocation should not be bound
-
-
0下载:
访问oracle数据的与C#接口,在C#中如何连接oracle数据库,访问存储过程,批量更新数据库等-Oracle data access with C# interface, in C# how to connect oracle database, visit the stored procedure, update the database, such as bulk
-
-
0下载:
SPL_Robot是配合SmartPersistenceLayer使用的一个XML数据库框架的代码生成工具。
SmartPersistenceLayer(SPL)是.NET系统框架持久层。强调是框架带来的灵活性与扩展性。
一、 引用
SPL的发布形式是一个名为PersistenceLayer.Dll的DLL文件,可以在我的BLOG上下载目前最新版:SmartPersistenceLayer3.2,因此只需要在项目中“添加引用”即可:
-
-
0下载:
C#写的几个类,包括对sqlserver,access,oracle访问数据实现类-C# written in several categories, including on the sqlserver, access, oracle implementation class to access the data
-
-
0下载:
用C#实现的Access 到 oracle 数据转换工具-Access to oracle data conversion tool
-
-
0下载:
C# socket消息提醒功能,有服务器端和客户端源程序,开机自启动,缩小到任务栏右下角。服务器端读取数据库(oracle),当有新数据时,客户端右下角弹窗提醒。(注:客户端和服务器端的Bin目录下都有txt文件存取IP地址)-C# socket message reminders, server and client source code, boot from the start, reduced to the lower right corner of the task bar. Serv
-
-
0下载:
C#.NET万能数据库访问封装类(ACCESS、SQLServer、Oracle)
数据访问基础类
用户可以修改满足自己项目的需要。-C#. NET universal database access wrapper class (ACCESS, SQLServer, Oracle)
Data Access Foundation Classes
Users can modify to meet the needs of their own projects.
-
-
0下载:
个人曾经写过的数据访问接口,包含:MSSQL、Mysql、Oracle等数据库的公共处理接口。可以拿过来直接使用,放在手里好多年了。-Wrote personal data access interface, including: common processing interface MSSQL, Mysql, Oracle and other databases. You can take over the direct use, on hand for many years.
-