Welcome![Sign In][Sign Up]
Location:
Search - ado v

Search list

[MySQLADO.NET.VB.NET

Description: 是一个用SQL和VB.NET来做的源码。-using SQL is a very consistent and VB.NET source.
Platform: | Size: 202752 | Author: 平平平 | Hits:

[VC/MFCvc.net

Description: 第一章:综合运用VC.NET与托管类 第二章: 正则表达式的运用 第三章: 注册表、文件IO 第四章:密码学、HASH代码、数据加密 第五章:XML ADO.NET 第六章: ADO.NET与dataset 第七章:高级ADO.net 第八章:ADO.NET与xml高级运用 第九章:远程处理 第十章:事件日志、进程控制、性能测试 第十一章:管理托管对象 -Chapter I: the integrated use of VC.NET with the Managed Classes chapter: the use of regular expressions in Chapter III: registry, file IO Chapter IV: Cryptography, HASH code, data encryption Chapter V: XML ADO.NET Article six chapters: ADO.NET and dataset Chapter VII: Advanced ADO.Net Chapter VIII: ADO.NET with xml senior use of Chapter IX: Remote handle Chapter X: event logs, process control, performance testing Chapter XI: Management Managed Object
Platform: | Size: 18260992 | Author: 方剑 | Hits:

[ADO-ODBCVfp_ADO_Sampl

Description: 國外的一個很不錯的foxpro Ado示例-Abroad, a very good example of foxpro Ado
Platform: | Size: 16384 | Author: perennial | Hits:

[VC/MFCConnPtr_Open_Exe

Description: 通过实例演示如何在VC++中使用ADO进行ACCESS数据库编程,并对涉及到的几个概念进行详细解释。本文不对ADO和ACCESS的基本概念进行详细解释,主要包括以下内容: 第一部分 ADO和ADOX到底是什么,二者的作用和区别建立数据库 第二部分 ADOX创建ACCESS数据库 第三部分 ADO创建ACCESS数据库的表 第四部分 使用_ConnectionPtr接口开发ACCESS数据库 第五部分 使用_RecordsetPtr接口开发ACCESS数据库 -Demonstrate by example how to use VC++ to ACCESS Database Programming ADO, and involved a detailed explanation of several concepts. In this paper, ADO and ACCESS not the basic concepts explained in detail, including the following: the first part of ADO and ADOX in the end what is the difference between the two roles and the establishment of a database ADOX to create the second part of the third part of ACCESS database ADO database table to create ACCESS The fourth part of the development of the use of ACCESS database interface _ConnectionPtr Part V _RecordsetPtr interface developed using ACCESS database
Platform: | Size: 26624 | Author: 金流 | Hits:

[VC/MFCMicrosoftADONetCoreReference

Description: 本书是使用Microsoft Visual Studio .NET和ADO.NET编写高可伸缩性、可用Web数据库应用程序的开发人员必备指南。介绍了如何使用ADO.NET在企业级的Web应用程序中访问、排序和处理数据。通过书中丰富的实例和工具,读者能够了解编写、测试与调试数据库应用程序代码的方法。本书还介绍了ADO.NET对象模型,用于Web扩展性的XML特性,与SQL Server 2000的集成。 全书共分5大部分。第I部分提供了ADO.NET对象模型的概要叙述,并且提供了【数据窗体向导】的指导内容。第Ⅱ部分介绍了如何使用.NET数据提供程序中的不同对象——Connection、Command、DataReader和DataAdapter对象。第Ⅲ部分包含了对ADO.NET对象模型中的脱机对象的讨论——DataSet、DataTable、DataColumn、DataRow、DataRelation和DataView对象。这一部分还介绍了使用DataAdapter向数据库提交更改的基本和高级场景,还讨论了ADO.NET的XML特性。第Ⅳ部分介绍了使用ADO.NET建立有效率的Windows应用程序和Web应用程序的技术。第V部分是附录。 -This book is the use of Microsoft Visual Studio. NET and ADO.NET to prepare highly scalable, available Web database application developers an essential guide. Describes how to use ADO.NET in an enterprise-class Web applications to access, sorting and processing data. Through the book a wealth of examples and tools, readers can understand the preparation, testing and debugging database application code approach. The book also describes the ADO.NET object model for Web extensibility of XML features, and SQL Server 2000 integration. The book is divided into five majority. Part I, provide a narrative summary of ADO.NET object model and provides】 【Data Form Wizard to guide the content. Chapter Ⅱ section describes how to use. NET data provider in the different objects- Connection, Command, DataReader, and DataAdapter objects. Chapter Ⅲ section contains the object model of ADO.NET objects in the off-line discussions- DataSet, DataTable, DataColumn, DataRow, DataRelation, and DataView objects.
Platform: | Size: 8200192 | Author: zhangxuechao | Hits:

[ADO-ODBCVC_using_ADO_achieve_BLOB_binary_large_object_data

Description: VC++使用ADO实现BLOB二进制大对象数据的存取-VC++ using ADO to achieve BLOB binary large object data access
Platform: | Size: 53248 | Author: tangqi | Hits:

[ADO-ODBCVC_SQLITE

Description: VC6开发 c++ sqlite 创建数据库 创建数据表 插入数据 查询数据 包含全部必要的 DLL LIB .H-VC6 development c++ sqlite create database to create tables of data into the data query that contains all the necessary DLL LIB. H
Platform: | Size: 323584 | Author: 张晓楠 | Hits:

[Education soft systemCtrlListDatabase

Description: 本文以“学生信息管理”系统雏形为例子,介绍在MFC下如何使用ADO连接数据库编程,并给出示例代码。下面内容第一至四节介绍如何采用ADO连接数据库、关闭数据、执行sql语句及如何用另一种方式执行常用的select语句。第五节介绍如何使用Datagrid控件:建立_RecordsetPtr对象与Datagrid控件之间的绑定,通过改变_RecordsetPtr对象的内容更新数据库表的记录。第一至四节的内容请参考代码“CtrlListDatabase.rar”,第五节内容请参考“Datagrid.rar”请同学们结合ADO.NET课程内容自主学习,将所学到的技术应用到项目实训中。-In this paper, " Student Information Management" system prototype as an example, describes how to use ADO connection MFC database programming, and gives sample code. The following section describes how the contents of the first four databases using ADO connection, turn off the data, and how to execute sql statements in a different manner commonly used in select statements. Section V describes how to use Datagrid control: the establishment of _RecordsetPtr object and Datagrid binding between controls, the contents of the object by changing the _RecordsetPtr update the database tables. The contents of the first four sections, please reference code " CtrlListDatabase.rar" , please refer to section V, " Datagrid.rar" ask someone with ADO.NET independent study course, will have learned techniques to project training in .
Platform: | Size: 2522112 | Author: 康力文 | Hits:

[ToolBarV

Description: VS 2010封装access,mysql,SQL Server,Oracle 数据库ADO类封装+DEMO-VS 2010 package access, mysql, SQL Server, Oracle Database ADO class encapsulates+ DEMO
Platform: | Size: 327680 | Author: zhongde | Hits:

CodeBus www.codebus.net