CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - vc 数据库 界面

搜索资源列表

  1. BeamDataManager0.2

    0下载:
  2. 用VC加ADO操作ACCESS数据库,很好的例子!采用文档视图界面,其中CListcTrl控件应用于数据的显示上,方法灵活恰当,很值得一看。-increase ADO VC operation ACCESS database, a good example! Using documents View interface, which controls applied CListcTrl data showed that the methods appropriate, it is worth l
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:128139
    • 提供者:zz
  1. 2005090217

    0下载:
  2. vc++开发的饭店管理系统,在数据库,界面 对开发者有一定的参考价值。-vc development of the hotel management system, the database interface for developers have some reference value.
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:371162
    • 提供者:李三峰
  1. codeHouse

    0下载:
  2. 可实现仓库管理,vc开发,SQL SERVER为后台数据库,界面良好-achieve warehouse management, vc development, SQL Server database for the background, a good interface
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:132615
    • 提供者:吴让人人
  1. vcbian20031209

    0下载:
  2. cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中 所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来)
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:438972
    • 提供者:刘云
  1. FPSG_administer

    1下载:
  2. 自己帮家里人写的一个废品收购管理数据库系统,数据库用的access,界面用的VC
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:969602
    • 提供者:刘小
  1. 数据库界面编程

    0下载:
  2. 通信编程 有关数据库 界面编程 vc++ 6.0,Communication Programming Interface of the database programming vc++ 6.0
  3. 所属分类:SQL Server数据库

    • 发布日期:2017-03-29
    • 文件大小:38425
    • 提供者:李先满
  1. film

    0下载:
  2. 电影租赁系统,在VC编程的界面数据库,可以在界面中添加相关数据,实现数据库管理-Movie rental system, the VC database programming interface, you can add the relevant data in the interface to achieve database management
  3. 所属分类:MySQL

    • 发布日期:2017-05-17
    • 文件大小:4574144
    • 提供者:赵政勋
  1. manager

    0下载:
  2. 运行环境为VC++ 6.0,需在机器上安装SQL Server 数据库,界面友好,功能较齐全-Operating environment for VC++ 6.0, to be installed on the machine SQL Server database, user-friendly, feature a more complete
  3. 所属分类:SQL Server

    • 发布日期:2017-05-07
    • 文件大小:1092281
    • 提供者:王野
  1. maoyeah

    0下载:
  2. vc++根据条件查询ACCESS数据库中记录,并将结果显示到界面中。-vc++ condition query ACCESS database records and displays the results to the interface.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-10
    • 文件大小:2466216
    • 提供者:张婉平
  1. HotelManageSystem

    1下载:
  2. 宾馆管理系统,vc++6.0开发。ODBC方式连接sql server数据库。模块包括身份验证,系统修改,客房信息管理,订房信息管理,结算信息管理等,界面友好.-Hotel Management System, vc++ 6.0 development. ODBC to connect sql server database. Modules, including authentication, system changes, room information management, booki
  3. 所属分类:SQL Server

    • 发布日期:2017-04-01
    • 文件大小:152394
    • 提供者:汪雷
  1. VC_login

    0下载:
  2. VC登录界面,采用Access数据库,登录名及密码采用加密算法,用户名及密码:admin-VC registry interface, using Access database, login name and password encryption algorithm used, the user name and password: admin
  3. 所属分类:Database system

    • 发布日期:2017-05-06
    • 文件大小:1253525
    • 提供者:shijiejie
  1. AdoRWAccess

    1下载:
  2. 利用ADO在vc++环境下进行方便的数据库操作,查询记录,删除记录,插入记录,更新记录,界面简洁漂亮,代码清晰易懂。-The use of ADO in vc++ environment to facilitate the operation of the database, query records, delete records, inserting records, updating records, the interface simple and beautiful, clear a
  3. 所属分类:Database system

    • 发布日期:2017-05-12
    • 文件大小:2860053
    • 提供者:陈平
  1. synchronize

    1下载:
  2. 1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchroni
  3. 所属分类:Database system

    • 发布日期:2017-03-26
    • 文件大小:573587
    • 提供者:zym
  1. VC经典编程128例

    1下载:
  2. 包括窗体与界面、控件、系统、文件、图形图像、多媒体、数据库 、网络、动态链接库等-Including the form and interface, controls, systems, documents, graphics and video, multimedia, database, network, dynamic link libraries, etc.
  3. 所属分类:数据库系统

    • 发布日期:2012-12-07
    • 文件大小:48991574
    • 提供者:宫赐禄
  1. data000

    0下载:
  2. vc使用数据库控件的编程,简单界面,几个弹出对话框。 -vc using the database control program, simple interface, a few pop-up dialog box.
  3. 所属分类:SQL Server

    • 发布日期:2017-05-10
    • 文件大小:2234778
    • 提供者:程员
  1. ForsetiCppSetup

    0下载:
  2. C++考试系统 ,试题管理(新增考试项目、新增和修改试题)、学生成绩查询、数据库管理(数据备份、恢复),界面传统,小巧灵活,操作方便,是学习VC++的好程序。-exam_student,students in the examination system (Access), the procedure is broadly divided into three major functions
  3. 所属分类:SQL Server

    • 发布日期:2017-05-23
    • 文件大小:7057372
    • 提供者:wu
  1. dianxin

    0下载:
  2. 电信收费系统,用vc写的界面。结合sql数据库系统,适合计算机学生课程设计-Telecommunications charging system
  3. 所属分类:SQL Server

    • 发布日期:2017-05-15
    • 文件大小:3640209
    • 提供者:wenfneg
  1. WebOrder

    0下载:
  2. 基于access数据库的购物系统。vc++开发,界面友好,有管理员与用户的区别。程序很完善。-A perfect program of shopping .
  3. 所属分类:Other Databases

    • 发布日期:2017-05-26
    • 文件大小:9206058
    • 提供者:尹超
  1. MyWork

    0下载:
  2. 采用VC++和access小型数据库系统进行整合,完成药品进销存管理,界面美观人性,使用简洁方便。-The VC++ and access a small database system to integrate, to complete the inventory management of drugs, the beautiful interface of human nature, the use of simple and convenient.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-28
    • 文件大小:11385856
    • 提供者:王元
  1. LOGIN

    0下载:
  2. 用VC++写的,和ACSESS数据库关联的登陆界面,肯定有同学用得上的-Written by VC++, and the associated landing ACSESS database interface, certainly there are students in handy
  3. 所属分类:Other Databases

    • 发布日期:2017-05-12
    • 文件大小:2704330
    • 提供者:张欢
« 12 »
搜珍网 www.dssz.com