搜索资源列表
Wgl
- Vc源码用ado连接数据库的源程序 简单实用-Vc source ado connect to the database using the simple and practical source
VC++中调用ADO的常用方法
- 讲解了VC++6.0种如何实现与ADO的连接,开发出连接数据库的程序
Java程序员那点事
- 不久前,我曾在网上论坛上看到了一个这样的帖子: 大家给我个底吧,我是即将毕业的大学生,现在有软设的证书了。 主要擅长于计算机的维护、应用以及开发; 软件方面:现以通过国家软考中心软件设计师资格考试; 主要熟悉的 IDE 环境:VC++,C++BUILDER,VB; 主要使用的数据库接口:ADO; 主要使用的数据源:ACCESS,SQL SERVER,擅长使用 SQL 语言; 主要使用图形接口:OPENGL,对 DirectX 接口也有一定了解; 其
用VC++编写的通讯录应用程序
- 用VC++编写的通讯录应用程序 一、设计题目、内容及要求 1、设计题目:通讯录管理程序设计 2、设计内容及要求: 利用MFC应用程序,ODBC API、MFC ODBC类、MFC DAO类、MFC 的OLE/DB、ActiveX数据对象ADO等几种Visual C++数据库连接技术,设计一个通讯录应用程序。要求通讯录中包括姓名、单位、通信地址、邮箱和联系电话等信息。程序实现通讯录记录的添加、删除、修改、浏览和查询功能。
ADO
- 此文章描述的是VC开发数据库基础之ADO篇 -This article describes the development of databases based VC articles ADO
VC_access
- VC++6.0 中用 ADO 存取 Access 数据库的一点总结-VC++6.0 with ADO access to Access database that summarize
ADO
- 介绍在vc下连接数据库的所有方法及步骤。还有所连接上的实例-Describes vc connect to the database under all the methods and procedures. There are examples of the connection
to_build_a_custom_ADO_class_in_VC
- 本文介绍一个自定义的ADO类,它封装了ADO中的各个对象的属性和方法,这种新的数据接口在形式上完全雷同于VB中的ADO,利用它可以在VC中像VB一样方便访问各种数据库。 -This article describes a custom ADO class, which encapsulates the various objects in the ADO properties and methods, this new data interface completely identical in
VC_ADO
- VC中使用ADO进行数据库开发的一些资料的整理-VC database development using ADO for the collation of some of the information
VCPPCOM
- 随着Internet和Intranet应用的飞速发展,COM(Component Object Model,组件对象模型)以其巨大的潜力渗透到软件学科的各个领域。在Windows操作平台下,众多以COM形式提供的组件模块,如DirectX多媒体软件包、OLE DB/ADO数据库组件系统等,极大地丰富了操作系统的功能。由于COM机制允许任意两组件之间相互通信而不必关心是在何种计算机上的何种操作系统下运行,也不用关心组件是使用何种语言编制的,这使COM技术拥有了强大的生命力。尤其是Windows 2
MFC-Ado
- VC++中使用MFC通过ADO连接数据库方法小结(不包括异常的捕捉) 这里主要讲MFC与SQL2000数据库的连接。 -Focuses on the general approach of the MFC using Ado connection database environment for VC6.0
VCPPSQL_Server
- VC++连接数据库SQL 两种方式ODBC和ADO 有详细的说说明-VC++ connected database the SQL two ways ODBC and ADO detailed descr iption of said
ADO
- vc 利用ADO开发数据库介绍,对初学者有帮助-Visual c++ ADO
ADO-Sql-visit
- 本文档详细介绍了VC++6.0如何利用ADO访问数据库以及ADO如何封装,附有代码介绍,实用可靠.-This document describes the VC++6.0 how to use ADO to access the database, and how to package ADO with the code, practical and reliable.
vc--cs
- 关于vc++6.0中 通过ADO连接数据库的问题-About vc++6.0 database through ADO connection problems
CPP-ODBC--ADO
- VC++ 利用ODBC和ADO方式访问数据库的方法及实例。-VC++ using ODBC and ADO database access methods and examples.
MFCADOmdbsql2000
- MFC使用ADO对象开发数据库应用程序,可以实现vc与access数据库的连接及通过列表控件实现对书库的添加、修改及删除操作等!-MFC using ADO object database application development, can realize vc and the access database connection and through the list control for the library to add, modify, and delete operatio
dataBase_MyExample
- vc++开发数据的最基本实例,该代码,用ADO技术实现了最简单的数据库创建 数据表的创建 数据添加 数据删除 数据显示等最基本的数据库操作编译可以通过,代码清晰,非常有用-database development