登录
首页 » Visual C++ » ADOtest2

ADOtest2

于 2014-04-29 发布 文件大小:20188KB
0 286
下载积分: 1 下载次数: 203

代码说明:

  MFC链接Access数据库,采用ADO数据库方式。(MFC link Access database using ADO database mode.)

文件列表:

ADOtest2
........\ADO.dat,194,2014-04-23
........\ADOtest2
........\........\ADOtest2.aps,35212,2014-04-23
........\........\ADOtest2.cpp,3780,2014-04-23
........\........\ADOtest2.def,104,2014-04-23
........\........\ADOtest2.h,407,2014-04-23
........\........\ADOtest2.rc,4470,2014-04-23
........\........\ADOtest2.vcproj,9517,2014-04-23
........\........\ADOtest2.vcproj.A72PCEPRVCRYUNT.Administrator.user,2599,2014-04-28
........\........\Dlg11.cpp,3322,2014-04-23
........\........\Dlg11.h,574,2014-04-23
........\........\ReadMe.txt,2068,2014-04-23
........\........\res
........\........\...\ADOtest2.rc2,364,2014-04-23
........\........\resource.h,740,2014-04-23
........\........\stdafx.cpp,139,2014-04-23
........\........\stdafx.h,1229,2014-04-23
........\........\targetver.h,1030,2014-04-23
........\........\text
........\........\....\chinese_cn
........\........\....\..........\bearing.txt,201,2014-04-17
........\........\x64
........\........\...\Release
........\........\...\.......\ADOtest2.dll.intermediate.manifest,855,2014-04-23
........\........\...\.......\ADOtest2.obj,50052,2014-04-23
........\........\...\.......\ADOtest2.pch,30998528,2014-04-23
........\........\...\.......\ADOtest2.res,1184,2014-04-23
........\........\...\.......\BuildLog.htm,9944,2014-04-23
........\........\...\.......\Dlg11.obj,81143,2014-04-23
........\........\...\.......\msado15.tlh,170818,2013-02-22
........\........\...\.......\msado15.tli,148885,2013-02-22
........\........\...\.......\mt.dep,65,2014-04-23
........\........\...\.......\stdafx.obj,3285325,2014-04-23
........\........\...\.......\vc90.idb,707584,2014-04-23
........\........\...\.......\vc90.pdb,2437120,2014-04-23
........\ADOtest2.ncb,27880448,2014-04-28
........\ADOtest2.sln,1244,2014-04-23
........\Database1.mdb,466944,2014-04-22
........\x64
........\...\Release
........\...\.......\ADOtest2.dll,14633472,2014-04-23
........\...\.......\ADOtest2.exp,2453,2014-04-23
........\...\.......\ADOtest2.lib,4102,2014-04-23
........\...\.......\ADOtest2.pdb,11086848,2014-04-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • xueshengxuankexitong
    桂林电子科技大学的数据库课程的最后大作业,里面是一个学生选课系统的源码。(Guilin University of Electronic Science and Technology Database last great work, which is a class selection system source code.)
    2010-12-17 20:32:54下载
    积分:1
  • Catering-management-system
    本系统有三种操作权限,其中,营业员只可以执行开台、点菜、买单及查询日收入操作;领班可以执行开台、点菜、买单、进货、添加新员工、日收入及月收入查询等操作;经理具有最高权限,除了领班及营业员的操作权限外,还可以设置员工权限、添加商品信息及菜式信息、备份与恢复数据库及初始化数据等操作。(The system has three operating authority, which can only be executed Founding salesperson, a la carte, pay and check daily revenue operations foreman can perform Founding, a la carte, pay, purchase, adding new employees, daily income and monthly income of inquiry operation manager with the highest authority, in addition to the foreman and the operating authority salesperson, you can also set permissions for employees, product information and dishes to add information, database backup and recovery, and initial data and other operations.)
    2014-04-21 13:40:34下载
    积分:1
  • Matiral-
    适用于原料车间,原料混合配料过程的监控和管理,能引导和规范配料过程,并用数据库存储配方,方便查询统计。(Suitable for workshop materials, raw material mixing ingredients monitoring and management processes, to guide and regulate the batching process and use the to store recipes, easy access statistics.)
    2016-06-17 16:58:47下载
    积分:1
  • PopManu
    VC++实现在列表控件中添加右键弹出菜单PopManu实例源代码,测试时请把PopManu.exe拷贝至根目录下,以保证Access数据库连接正确,否则实例不能运行(VC++ Add button pop-up menu PopManu source code examples in the list control, test PopManu.exe copied to the root directory, to ensure that the Access database is properly connected, otherwise it can not run an instance of)
    2013-05-19 10:37:16下载
    积分:1
  • MFCwarehouse-management
    MFC与数据库结合,实现简单的仓库管理。(MFC conjunction with the database, a simple warehouse management.)
    2013-11-16 21:57:59下载
    积分:1
  • VB_Access
    实现Visual Basic 与Access数据库的链接,包括Access数据库的打开、数据的写入、读出、删除、更新等!(It not only enable you to open the Access database but also input, output, delet and update the data in Access)
    2009-09-14 16:31:08下载
    积分:1
  • pb01
    PB开发者的重点说明,能够很好的介绍给初学者学习PB开发。(PB developers highlights can be a good introduction for beginners learning PB development.)
    2013-07-29 20:59:48下载
    积分:1
  • ADOClass
    mfc下封装的一个数据库类,用ado方式调用access数据库(a class of encapsulates the database, call the access database using ado way)
    2013-12-28 23:06:28下载
    积分:1
  • ADOTest
    本人自己编写的VC++访问数据库程序,包含了ADO、ODBC等方法,可访问MSSQL、SQL、ACCESS等数据库。(I have written VC++ Access database program, including the ADO, ODBC and other methods to access MSSQL, SQL, ACCESS and other databases.)
    2020-10-29 14:59:57下载
    积分:1
  • tongy
    一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是ACCESS数据库,ADO方式连接。程序启动时弹出登陆界面。用户名admin,密码123456。不同的用户登陆之后界面也不一样。(An Element Manager System,Use Access Database for add,delete,update and query data.Use ado type connect Database.You can use user:admin,password:123456 login in.and different user have different functions.)
    2015-08-04 18:28:17下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载