文件名称:OperateAccess
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2014-04-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- Sun****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
借助C#语言,实现Access数据库的访问,以OperateAccess类的形式发布,方便移植,代码注释明确。使用时直接包含该文件即可。
功能:
1.使用OledDb: using System.Data.OleDb
使用DataSet using System.Data
2.数据表Stu_Inf 为例【名字可以更改,表内容也可以随意写】
3.建立连接,返回记录,返回字段
3.插入
4.删除
5.查找、更新-With C# language, to achieve access to the Access database in the form of OperateAccess class publishing, easy to transplant, code comments clear. When using direct containing the file. Features: 1 Use OledDb: using System.Data.OleDb using DataSet using System.Data 2 Data Sheet Stu_Inf for example [name can be changed, you can feel free to write table contents] 3 connection is established, the returned records returned. Field 3 Insert 4. deleted 5. retrieve, update
功能:
1.使用OledDb: using System.Data.OleDb
使用DataSet using System.Data
2.数据表Stu_Inf 为例【名字可以更改,表内容也可以随意写】
3.建立连接,返回记录,返回字段
3.插入
4.删除
5.查找、更新-With C# language, to achieve access to the Access database in the form of OperateAccess class publishing, easy to transplant, code comments clear. When using direct containing the file. Features: 1 Use OledDb: using System.Data.OleDb using DataSet using System.Data 2 Data Sheet Stu_Inf for example [name can be changed, you can feel free to write table contents] 3 connection is established, the returned records returned. Field 3 Insert 4. deleted 5. retrieve, update
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OperateAccess.cs