搜索资源列表
DataAccessljp
- 一个设计良好,非常好用的数据访问类. 使用了接口,重载等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
UseOfDataadapter
- 这是一个关于OLEDB中Dataadpater用法的实例。 并在Dataset实现多表链接查询。-on OLEDB which Dataadpater usage examples. Dataset and the multi-link table inquiries.
ADObiancheng
- C#编写的OleDb数据库连接通用类库-C# OleDb prepared by the General Class Database Connection
CreateADatabaseByCSharp
- 程序实现了在C#中用OleDb类连接数据库,创建表等各种基本的数据库操作,可以给C#学习使用者提供简单的例子,用代码连接的方式实现数据库连接,数据库操作,操作数据库的时候更加灵活自如。有利于数据库连接的更改变动。-program in C# using OleDb category connect to the database, creating tables and other basic database operations can learn to C# users with a si
OLEDB
- 本示例说明如何在 C# 中使用 Microsoft Access 数据库。它显示如何创建数据集并从数据库向该数据集添加表。示例程序中使用的 BugTypes.mdb 数据库是一个 Microsoft Access 2000 .mdb 文件-this example of how the C# using the Microsoft Access database. It shows how to set up data from the database and data sets added
oledbaccess
- 使用oledb连接access的登陆验证,写得比较简单主要是测试了oledb连接access的写法
SQL+OleDb+Oracle+Npg_helper
- .net数据库操作类源码.分别有ms sql server , oracle , ole db , Npg的数据
CSharp编写的OleDb数据库连接通用类库
- CSharp编写的OleDb数据库连接通用类库,挻不错的喔-CSharp OleDb prepared by the General Class Database Connection, good oh Yan
OLEDB
- 作为一个Csharp入门学习的例子还是很好的,关于数据库操作的-CSharp entry as a learning or a good example, with regard to the database operation
code
- 多线程采集C#源代码,是从别的地方下载的,希望对学习c#的朋友有帮助!-Collecting multi-threaded C# source code is downloaded from other places, and they hope to study the c# have Friend Help!
AdoDemo
- C#中几种常用的连接数据库的方法!连接的是 SQL Server2005服务器! SQLCilent,Oledb,ODBC!-C# in several commonly used methods to connect the database! SQL Server2005 is connected to the server! SQLCilent, Oledb, ODBC!
SPL_Robot
- SPL_Robot是配合SmartPersistenceLayer使用的一个XML数据库框架的代码生成工具。 SmartPersistenceLayer(SPL)是.NET系统框架持久层。强调是框架带来的灵活性与扩展性。 一、 引用 SPL的发布形式是一个名为PersistenceLayer.Dll的DLL文件,可以在我的BLOG上下载目前最新版:SmartPersistenceLayer3.2,因此只需要在项目中“添加引用”即可:
wlgs
- 物流公司的整个网站源码 本程序只是为了方便广大中小物流业主,是免费软件,在您安装时请修改数据库名称。App_Data/mydata.mdb和 App_Data/leaveword.mdb 修改后在用记事本打开web.config文件,在如下位置替换成你修改后名称 <connectionStrings> <add name="OLEDBCONNECTIONSTRING1" connectionString="Provider=Microsoft.Je
C_ACC
- 操作涉及的主要C#类有: DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存 DataTable:对应数据库表,是数据库表行的集合 DataRow:对应数据库表行 OleDbConnection:建立数据库连接 OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步 OleDbCommandBuilder:生成更新数据库所需的指令 DataSet、DataTable、DataRow用于数据在缓存中的操作
123
- SqlHelper.cs 执行带参数SQL,非带参数SQL,存储过程等语句 Access操作辅助类 JetAccess.cs Access的新建,压缩,加密等数据库文件操作 Oledb操作辅助类 OleDbHelper.cs 使用OleDb数据源执行SQL语句 -NET public library: SQL to access the underlying implementation class SqlHelper.cs parameters SQL, non-parameter
KQBG
- 现在功能比较完善了,开发环境为Visual studio 2005,C#(CSharp)语言,程序提供对access和sql server的数据库访问功能(icco.cco为access数据库),能够根据用户的打卡信息记录(来自sql server数据库)进行迟到、早退、旷工、工作日加班、节假日加班进行分析,并能够导出为Excel文件。同时有完善的数据维护配置功能,包括sql server 数据库配置、上班时间配置、加班时间配置、旷工时间配置、节假日时间配置等,配置数据存放在access数据库;
OledbDataCtrl
- C# Oledb方式连接数据库数据库连接-C# Oldb Control DataBase
SQLAndCSharp
- When you run SQLAndCSharp, you will be welcomed by a window named as connection profiles. There are four buttons on it (Edit, Add, Remove, Ok and Cancel) and currently two are active (Add, Cancel). Click on Add Button to add a database profile.
ConnectExcel
- C#使用Microsoft.Jet.OLEDB.4.0方式访问数据库,C#直接操作读写Excel文件,这个应用也是非常实用的,许多时候我们,我们使用微软的平台编程,有必要利用微软平台的优势-C# using Microsoft.Jet.OLEDB.4.0 way to access the database, C# directly manipulate read and write Excel files, this application is very useful, in many ca
Oledb
- C#下,如果使用Oledb读取数据库里的数据,很久以前写的,现在拿出来分享一下-C#, if you use the Oledb to read the data in the , a long time ago to write, and now take out to share
