搜索资源列表
Read_FilesADO
- VB实现ADO对EXCEL操作 可将EXCEL中单元格数据取出,进行必要的操作。-VB for EXCEL to achieve ADO operation can be EXCEL data out of the cell to carry out the necessary operation.
chaoshi
- 配置数据库参数 采用VB6.0 ADO+SQL Server 2000数据库实现程序功能,配置采取如下步骤: 1> 根据DB文件夹中的内容,创建数据库,推荐用MDF文件附加数据库; \DB\MDF\BuySaleStorage_Data.MDF \DB\MDF\BuySaleStorage_LOG.LDF 2> 连接参数: 数据库名:BuySaleStorage 登录名: sa 密码: 无 3> 由BuySale
Code
- Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。-Hook programming. The process of how to install the hook, how to write global hooks, dynamic link library, global variable analysis of data sharing. ADO database programming.
bdtoexcel
- Exemple how to export data to Excel using OLE, XML, ADO and CVS.
management_system
- 学生档案管理系统项目应用开发,用到的数据库控件有DATA、ADO,添加的一个数据环境。直接可在VB6.0运行-Student records management system project application development, database controls are used DATA, ADO, to add a data environment. Run directly in VB6.0
ADODC
- 充分利用了ADODC的功能,利用工程部件中的ADODC,他的作用和data控件的相同,但他更高级,比前者更方便。而且,他比ADO对象编程更直观,更简洁易懂-ADODC full advantage of the functions of engineering components used in the ADODC, his role and control of the same data, but more advanced, more convenient than the former
Ppp
- 树形控件在vc中很重要,用ADO连接数据库,然后从数据库读取数据,成树-In the tree control in vc is important to connect database with ADO, and then read data from the database, into a tree
Ms-Press---Microsoft-Activex-Data-Objects-(Ado).r
- gREAT REFERENCE BOOK FOR ALL YOU WANT TO KNOW ABOUT ADO PROGRAMMING
datachuli
- 通过运用ADO控件对数据库进行数据提取和相关的操作具有连接各大数据库的功能-Connected to the major database data extraction and related operations on the database through the use of ADO control
ADO-To-SQLServer-2005
- 一款基于VC6.0的开发的ADO访问SQLServer 2005的应用程序,包括数据的增删改查等操作。-An application based on the VC6.0 ADO access SQL Server 2005, including data such as CRUD operations.
VCExcel
- exl数据的读写源代码。通过VC++语言实现对exl数据的读写,调用ADO接口。-source code of the exl data read and write. The exl data read and write VC++ language, calling the ADO interface.
AdoExcel
- How to retrieve, display and edit Microsoft Excel spreadsheets with ADO (dbGO) and Delphi. This step-by-step article describes how to connect to Excel, retrieve sheet data, and enable editing of data (using the DBGrid). You ll also find a list
02
- 综合和测评系统,其中主要介绍树型控件、列表控件、静态文本及Tab控件的使用方法,重点讲解树型控件的动态构建及与数据表关联数据的方法。介绍ADO对象操作数据库的技术,讨论复杂SQL语句的构造方法,实现非文档/视图(Doc/View)框架,基于对话框应用程序中各数据报表的打印输出。-Synthesis and evaluation system, which introduces the use of the tree control, list control, static text and T
excel
- One good thing about MS-Excel is it lets you add, delete, modify data in it programmatically. For this one needs to use ODBC or ADO. This chapter demonstrates how to use ODBC to stuff data into an Excel spreadsheet.- One good thing about MS-Exce
xuejiguanlixitong
- 学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操
ADO
- Labsql安装工具包,且有示例程序,包括数据库的数据修改,表的添加与删除-Labsql installation kit and a sample program, including database data modifications, additions, and deletions table
ADO
- ADO数据控件的加载,属性设置与数据库的连接,DataGrid控件的使用,体会DataGrid控件的AllowAddNew、AllowDelete和AllowUpdate属性的作用,学会使用数据窗体向导自动构成数据访问窗体。-Action using ADO data control is loaded, set the database connection properties, DataGrid control, experience DataGrid control AllowAddNe
AdoCodeGen
- 项目描述:这个程序是一个代码工具生成器,你可以使用在你的用ADO创建Access 2000数据库的应用程序。只需复制和粘贴生成的代码到新的VB项目添加如下两个引用: Microsoft ActiveX Data Objects 2.5 Library Microsoft ADO Ext. 2.5 for DDL an Security(Program Descr iption : I catalogue thi
ado做的类sql查询分析器
- ado 实现执行sql查询数据(ADO implements SQL query data)
VB使用ADO+DataGrid
- VB使用ADO+DataGrid 操作数据库的示例程序,这些操作几乎包括了的有的数据库常用操作,像简单的的添加、更新、删除、检索数据等(VB uses ADO + DataGrid to operate the sample program of database. These operations almost include some common database operations, such as simple add, update, delete, retrieve data,