CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - ado sql

搜索资源列表

  1. successprogress

    0下载:
  2. 用ADO连接MFC与SQL SERVER数据库的一些操作
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:163946
    • 提供者:lvping
  1. 新資料夾

    0下载:
  2. SQl與ADO-SQL and ADO with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with with
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6671
    • 提供者:chan
  1. Calculate

    0下载:
  2. 数据库编程,ado编程用vc++实现sql操作。还有表、字段等-Database programming, ado programming using vc++ to achieve sql operations. There are tables, fields, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-22
    • 文件大小:7014832
    • 提供者:hejiangp
  1. Display

    0下载:
  2. 数据库编程,ado编程用vc++实现sql操作。还有表、字段等-Database programming, ado programming using vc++ to achieve sql operations. There are tables, fields, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:479244
    • 提供者:hejiangp
  1. JMY-503

    0下载:
  2. 数据库编程,ado编程用vc++实现sql操作。还有表、字段等-Database programming, ado programming using vc++ to achieve sql operations. There are tables, fields, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:412942
    • 提供者:hejiangp
  1. TimeComm

    0下载:
  2. 数据库编程,ado编程用vc++实现sql操作。还有表、字段等-Database programming, ado programming using vc++ to achieve sql operations. There are tables, fields, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:323991
    • 提供者:hejiangp
  1. Inventory

    0下载:
  2. 数据库编程,ado编程用vc++实现sql操作。还有表、字段等-Database programming, ado programming using vc++ to achieve sql operations. There are tables, fields, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2212047
    • 提供者:hejiangp
  1. VCPSQL

    0下载:
  2. VC+SQL 连接创建一个基于对话框的应用程序。 2.创建一个用来连接的ADO类库。系统菜单中Insert->New Class项,class type选择Generic Class 在Name后输入类名“AdoConn”,点OK。这样,在工程上自动生成AdoConn.h和AdoConn.cpp两个文件。 -VC+ SQL connection to create a dialog-based applications. 2 Create a class library us
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:8252
    • 提供者:林小婉
  1. office

    0下载:
  2. 使用VC++6.0和SQL,采用ADO进行数据库的访问,系统实现企业管理中办公信息分类管理,如事务、会议、值班情况等。-Use VC++6.0 and SQL, ADO database access, system information classification management, business management office affairs meeting on duty situation.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-25
    • 文件大小:5438416
    • 提供者:陈晨
  1. 04

    0下载:
  2. 人事管理系统的完整开发过程,对各个模块的设计进行详细的介绍。系统采用Visual C++ 6.0与SQL Server 2005开发。其中主要应用ADO数据库访问技术,进一步加强了对SQL语言的运用,巩固了一些基本控件的使用方法-Complete development process of the personnel management system, the design of the various modules described in detail. The system uses
  3. 所属分类:Tab Control

    • 发布日期:2017-11-14
    • 文件大小:711453
    • 提供者:huang
  1. Hosptial-System

    0下载:
  2. 一个用MFC做的小型医院门诊收费系统,开发环境是vs2010,是通过ADO连接SQL Serve数据库-To do with MFC small hospital outpatient payment system, the development environment is VS2010 and SQL Serve database through ADO connection
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-11
    • 文件大小:948763
    • 提供者:万少华
  1. 20130815_084320948

    0下载:
  2. 易语言数据库对象防注入源码例程程序创建ADO对象实现防SQL注入功能。-Database objects easy language to create anti-injection ADO object source routines for anti SQL injection function.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:17260
    • 提供者:刘璐
  1. ADOMFC

    0下载:
  2. 最近要用到SQL Server2000,就自己在学。由于自己是小白,翻阅了大量的书籍和各大论坛。终于迈出了自己的第一步。本程序使用VS6.0编写的通过ADO方式连接数据库,实现数据的写入,读取和显示。其中,数据库连接的建立,表的建立,数据的写入和删除都是用SQL语句实现。希望对初学者有帮助-Recently to use SQL Server2000, on their own learning. Because he is white, read a lot of books and vari
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-02
    • 文件大小:572796
    • 提供者:王齐
  1. HCCP

    0下载:
  2. 综合测评系统的完整开发过程,其中主要介绍树型控件、列表控件、静态文本及Tab控件的使用方法,重点讲解树型控件的动态构建及与数据表关联数据的方法。本章还将介绍ADO对象操作数据库的技术,讨论复杂SQL语句的构造方法,实现非文档/视图(Doc/View)框架,基于对话框应用程序中各数据报表的打印输出. 代码来源:《亮剑Visual C++项目开发案例导航》第二章-Visual C++ code, about school check system.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-28
    • 文件大小:436184
    • 提供者:caokun
  1. V

    0下载:
  2. VS 2010封装access,mysql,SQL Server,Oracle 数据库ADO类封装+DEMO-VS 2010 package access, mysql, SQL Server, Oracle Database ADO class encapsulates+ DEMO
  3. 所属分类:ToolBar

    • 发布日期:2017-04-25
    • 文件大小:327865
    • 提供者:zhongde
  1. dauadase-the-article

    0下载:
  2. 在VC中如何通过ADO访问SQL server 数据库,本文是实践中应用的例子-In the VC how to use ADO to access SQL server , this article is practice examples of the application
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-16
    • 文件大小:300032
    • 提供者:lubscript
搜珍网 www.dssz.com