搜索资源列表
kehu
- 客户管理系统,可以了解 activex 控件用法,适合初学者参考。
graduate
- 研究生信息管理系统的完整开发过程。主要应用了ADO对象操纵数据库的技术,并在使用ADO的技术中灵活运用了OLE DB的数据库链接方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO DataControl和DataGridControl。
ActiveXapply
- 难得的activeX控件基础及应用程序,业内人士看了收益匪浅
ActiveX_Da173053482004
- ActiveX Data Objects Programming in C++ Descr iption: ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of my articles are in .html files included in the zip file, together with the s
ShowDBTable
- 列出数据库中所有的表名 获取access库中表的个数及表的名称 用ado怎样实现 工程--->引用--->Microsoft ActiveX Data Object 2.x(版本号)-Database lists all of the table name to obtain access database table number and the name of the table with ado how to achieve the project--->
ADOExtensionsforDDLandSecurity
- Microsoft® ActiveX® Data Objects (ADO) 使您能够编写通过 OLE DB 提供者对在数据库服务器中的数据进行访问和操作的应用程序。其主要优点是易于使用、高速度、低内存支出和占用磁盘空间较少。ADO 支持用于建立基于客户端/服务器和 Web 的应用程序的主要功能。-Microsoft 庐 ActiveX 庐 Data Objects (ADO) enables you to prepare through the OLE DB provider on
ado00001
- 一本关于ADO使用的书籍 Microsoft® ActiveX® Data Objects (ADO) 使您的客户端应用程序能够通过 OLE DB 提供者访问和操作在数据库服务器中的数据。-The use of an ADO book on the Microsoft ® ActiveX ® Data Objects (ADO) enable your client applications through the OLE DB providers to access
student
- 学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。 经过分析,我使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成满意的可
Cconnetsqlerver
- ADO(ActiveX Data Object)是Microsoft数据库应用程序开发的新接口,是建立在OLE DB之上的高层数据库访问技术,不仅简单易用,并且不失灵活性.不失为C++利用数据库快速开发的不错选择。-ADO (ActiveX Data Object) is a Microsoft database application development of new interface is built on top of a high-level OLE DB database acc
adohlp
- 用vb6写 ado 连接sqlserver,非常简单的使用ado activeX;而且速度极快-Write ado with vb6 to connect sqlserver, very simple to use ado activeX , and fast
bcsl
- 一.VB 1.选择Components-Mircrosoft FlexGrid Control,用来显示数据 2.Project-Reference:选择Mircrosoft ActiveX Data Object 2.8 Library,使用ADO 3.添加模块 二.Java 1.驱动下载SQL Server 2000 driver for JDBC:MSSQLFORJDBCSP3setup.exe 将lib目录下的三个.jar文件加到CLASSPATH中
adodcocx
- This an Activex Control (.ocx) and a demo application that uses it. The control provides the ability to navigate, save, edit & update data without the need to write a single additional line of code. It works by encapsulating the ADODC control. All yo
sniffer
- 第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,
65358
- **模 块 名:fBackupDatabase_a **描 述:备份数据库,返回出错信息,正常恢复,返回"" **调 用:fBackupDatabase_a "备份文件名","数据库名" **参数说明: ** sBackUpfileName 恢复后的数据库存放目录 ** sDataBaseName 备份的数据名 ** sIsAddBackup 是否追加到备份文件中 **说 明:引用Microsoft ActiveX Data Objects 2.
Treeview-in-MSForms-(all-VBA).treeviewonaccessfor
- Implement a Tree View control without the need to install or reference an ActiveX control (.ocx). Full Tree View functionality written completely in VisualBasic for Applications.
Three-tierManagementSYS
- 三层结构管理系统 使用ActiveX DLL组件迅速搭建三层体系架构下的数据库管理系统 对SQL Server提供的约束、视图、存储过程等技术进行开发和应用 通过Visual Basic 6.0访问远程存储过程和用户自定义函数,改善应用程序性能-Three-tier structure management system uses ActiveX DLL component rapidly build database management system under the thre
Connecting-VB6-to-MySQL-using-Xampp
- More information: Sample of using VB access data from a MySQL database (Create Table ,Add ,Edit ,Delete ,Search ,Show and Upload Picture) for beginner. Tester with mysql-4.0.18 for Win32 ***MySQL Server configure (set to no password) username:root