搜索资源列表
ASP.NET与数据库编程
- ASP.NET与数据库编程 1.在本实例中,使用的是SQL Server 2000的数据库而这里只给了对应的Access数据库,如果你想在你的机器上在运行程序需要在SQL Server下重新建立一样的数据库,或者使用前面介绍的导入导出工具将.mdb数据库转化为SQLServer数据库。 确保你的机器上的服务名,和程序中的代码要统一。 2.将library文件夹复制到C:\\Inetpub\\wwwroot\\目录下(一般情况是这样),即可运行程序 3.运行ASP.NET程序先要
ado连接MDB数据库例子
- 在C++BUILDER中利用ADO存储ACCESS数据库的例子!-C BUILDER use ADO storage ACCESS database example!
AdoReadWriteAccess
- visual c++下,通过ado访问ACCESS数据库,实现数据库的读取,增加,删除,修改功能,界面使用一些WINXP按钮。-visual c, through ado visit ACCESS database, the database access, increase delete, change the functional interface using WINXP button.
Libriry
- 本系统采用Windows操作系统+Access+Visual C++6.0编译器的开发环境。Windows是当前世界上最流行的操作系统,大多用户对其操作非常熟悉,为了方便用户的操作,Windows是最好的选择。Access是一个优秀的C/S数据库系统。要开发Windows程序必须要有一个好的开发工具。Visual C++6.0是当今几大主流Windows开发工具的之一,它提供了丰富的实用的库MFC可供调用。为编写Windows程序提供诸多方便。本系统就是利用ADO的编程接口与Access数据库相
CSharp_Access_Example
- C#操作Access数据库进行查询的一些实例 包括数据库连接、读取、显示、插入、删除等功能-C# Access database query operations Some examples include the database connection, read, display, insert, delete, etc.
CPFile-v1.1
- 这是一份c++版的ado操作封装类,常见对access数据库的操作都能满足,修复了原有的数据类型不一致的bug-This is a version of c++ wrapper class ado operations, common to the access database operations can be met, restoration of the original data type inconsistent bug
odbc
- 一个关于odbc数据库应用的经典例子-Odbc database application on a classic example of
sjcl
- 一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:\Program Files\database\即可,数据处理功能齐全,而且在视图列表中,双击某一条记录即可进行修改,非常方便。而且界面按钮都是经过处理的特别漂亮。-A small database software used to prepare VC, databases with ACCESS, the data source using ODBC,
vc++访问DAO数据库
- 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
asp.netbook
- 简单c#通讯录Access 数据库操作 3. 本程序是一个简单通讯录,使用的是access数据库 ... C#通讯录代码2.0 10. 1、类的序列化2、从注册表中存储和读取二进制信息-Simple c# Address Book Access database operations 3. This procedure is a simple address book, use the access database ... C# Address Book code 2.0 10.1, the
ljdsoft
- C++与access数据库实现的学生成绩管理系统,DOS界面,能添加修改,删除,批量删除,批量查询,成绩统计,导出班级成线excel表格,自动排序-C++ With access database of student achievement management system, DOS interface, can be modified to add, delete, delete volume, bulk inquiries, results statistics, derived cla
ODBC(C)
- ODBC访问数据库示例。虽然此类代码已经不少了,但是如此简单易学习的并不多。-ODBC access to the database sample. Although such code has many, but such a simple and easy to learn not much.
ScoreManage
- 学生成绩管理系统是典型的数据库管理系统(DBMS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两部分。对于前者主要要求数据一致性、完整性和数据安全性。而对于后者则要求应用程序功能完备,使用方便。 我使用ACCESS数据库管理系统创建后台数据库,然后在Visual C++6.0编译环境下使用MFC类库中的ODBC方面的类来创建数据库的前端应用程序,使应用程序能够做到快速安全地维护数据库,并且提供简单明了的使用界面,满足不同用户的需求。-Grade student manage
Database
- 非常实用的用C++连接ACCESS数据库使用实例,希望对初学者有帮助。-Very practical to use C++ to connect using the instance of ACCESS database, and they hope to be helpful for beginners.
VCSQL
- Visual C++用msado15.dll来连接ACCESS数据库并查询数据。-based on msado15.dll file ,use the visual c++ to connect the access database ,and then search the data in the access.
lib
- C++ MFC图书管理系统(Access数据库)-C++ MFC Library management system (Access database)
CreateDatabaseAddRecord
- 使用c#在access数据库中创建数据库,创建表,建立表模式,添加字段,添加记录。-Use c# in the access database to create database, create tables, set up table mode, add fields, add records.
CPP-to-Access
- 下面以Access数据库为例说明,用C#的DataSet类访问数据库的一些操作方法。操作涉及的主要C#类有:DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存DataTable:对应数据库表,是数据库表行的集合DataRow:对应数据库表行 OleDbConnection:建立数据库连接OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步OleDbCommandBuilder:生成更新数据库所需的指令DataSet、Data
MFC-ODBC-access-database
- 用MFC ODBC访问数据库的方法C++的源码-MFC ODBC database access methods C++ source
C-program-called-ACCESS-database
- 用C语言调用管理ACCESS数据库 方便简洁 功能强大 适合初学者学习-Using C language calling ACCESS database management simple and easy to learn for beginners and powerful