搜索资源列表
数据库DB类。绝对实用
- C#中的数据库连接类,数据库DB类。绝对实用-C# Database Connection category, DB database category. Absolutely practical
access数据库的应用windows
- ACCESS数据库运用,这是通过运用ACCESS与C#的连接,实验数据库与C#的结合。方便用户实现数据库的功能。-ACCESS database application, it is through the application of C# ACCESS connectivity, experimental database with a combination of C#. User-friendly database functions.
简易通讯录管理系统程序
- 简易通讯录管理系统,是一个连接数据库的程序,连接的是SQL数据库。-simple directory management system, is a procedure to connect to the database, are connected to the SQL database.
VisualCSharp_SQL
- 针对数据库编程始终是程序设计语言的一个重要方面的内容,也是一个难点。数据库编程的内容十分丰富,但最为基本编程的也就是那么几点,譬如:连接数据库、得到需要的数据和针对数据记录的浏览、删除、修改、插入等操作。其中又以后面针对数据记录的数据操作为重点。本文就来着重探讨一下Visual C#数据库基本编程,即:如何浏览记录、修改记录、删除记录和插入记录-against Database Programming is programming language an important aspect of
WebMetaData
- 一个简单的C#程序,有连接数据库,下载,上传,treeview的使用-a simple C# procedures, connect to the database, download, upload, the use treeview
InsertData
- 连接数据库.包括插入,删除,更新.提供了一个类. 和一个读写配置文件的方法.-connect to the database. Including insert, delete, update. Provide a category. And a read and write the configuration file method.
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
CSharpCodeGenerator
- 编写了一个基于Windows.Form的自动代码生成工具,完成如下功能 1.提供输入的信息连接数据库,自动列举数据库中的表 2.对选中的表生成ASP.NET的代码,能够完成该表中数据List,增加、修改、删除、查询等功能。 3.支持分页机制 4.生成必要的配置信息(Web.config等) -prepared for a Windows.Form automatic code generation tools, following completion of a functi
zhucedenglu
- 用VWD2005和sql2000数据库做的简单登录,注册模块,连接数据库后可以运行,方便初学者学习,对于初学者来说有一定实用型。-with VWD2005 and sql2000 database as a simple login, registration module, After connecting to the database can run, beginners learning convenient for a certain newcomer practical.
ATM
- 模拟银行ATM自动取款系统,C#语言没有连接数据库,是初学者的练笔
csharpdata
- 案例1:用ADO.Net实现通用数据库编程1 案例2:用ADO.Net实现通用数据库编程2 案例3:使用DataSet对数据库进行操作1 案例4:使用DataSet对数据库进行操作2 案例5:使用DataGrid连接数据库 案例6:在SQL Server中存储显示图片 案例7:在ACESS 2000中存储显示图片
sqltest
- C#自己做的通讯录 有连接数据库方面的东西
SqlHelper
- SqlHelper封装的C# SQL连接数据库
c# 连接数据库(原创)
- c# 连接oracle,access,excel和dbf
PointSelect
- gis应用~运用C#+AE,实现点的点选。查询,连接数据库-gis application ~ use of C#+ AE, click on the realization of points. Inquiries, connect to database
slLinqSql
- silverlight 连接数据库实例-silverlight Link to datdbase
SqlHelper
- VB.net与C#连接数据库的代码,其实我觉得没什么啊,但是在技术论坛里,这个问题很火,因此整理了一下发给大家,注意要先准备好数据库,你可以顺着代码反建数据库,呵呵,就当学习一下。 -C# Vb.net database
SqlCommand_ex
- 关于C#连接SQL数据库的小软件,可以调用数据库中的数据,也修改数据库内容中的内容,使用时请更改您要连接数据库的路径即可。-C# to connect to SQL database on a small software, you can call the data in the database, and modify the contents of the database content, use, change the path you want to connect to the d
C_ACC
- 操作涉及的主要C#类有: DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存 DataTable:对应数据库表,是数据库表行的集合 DataRow:对应数据库表行 OleDbConnection:建立数据库连接 OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步 OleDbCommandBuilder:生成更新数据库所需的指令 DataSet、DataTable、DataRow用于数据在缓存中的操作
WindowsFormsApplication6
- 连接ACCESS数据库,对其进行增删改查(Connection access database)