登录
首页 » Visual C++ » stand

stand

于 2013-10-25 发布 文件大小:4705KB
0 347
下载积分: 1 下载次数: 9

代码说明:

  MFC 访问数据库 使用DAO连接方式 MFC 访问数据库 使用DAO连接方式(MFC )

文件列表:

标定
....\BIAODING.APS,24504,2013-10-22
....\BIAODING.clw,4085,2013-10-22
....\BIAODING.cpp,2172,2013-10-22
....\BIAODING.dsp,4614,2013-10-22
....\BIAODING.dsw,524,2013-10-22
....\BIAODING.h,1346,2013-10-22
....\BIAODING.ncb,107520,2013-10-22
....\BIAODING.opt,64000,2013-10-22
....\BIAODING.plg,770,2013-10-22
....\BIAODING.rc,10913,2013-10-22
....\BiaoDing2.mdb,88064,2013-10-22
....\BIAODINGDlg.cpp,8837,2013-10-22
....\BIAODINGDlg.h,1592,2013-10-22
....\DAO.cpp,1679,2013-10-22
....\DAO.h,1389,2013-10-22
....\Debug
....\.....\BIAODING.exe,2388029,2013-10-22
....\.....\BIAODING.ilk,2639552,2013-10-22
....\.....\BIAODING.obj,23851,2013-10-22
....\.....\BIAODING.pch,5450716,2013-10-22
....\.....\BIAODING.pdb,4383744,2013-10-22
....\.....\BIAODING.res,10604,2013-10-22
....\.....\BIAODINGDlg.obj,64957,2013-10-22
....\.....\DAO.obj,27163,2013-10-22
....\.....\Monitor.obj,33135,2013-10-22
....\.....\STAND.obj,32951,2013-10-22
....\.....\StdAfx.obj,105290,2013-10-22
....\.....\USB.obj,9081,2013-10-22
....\.....\vc60.idb,230400,2013-10-22
....\.....\vc60.pdb,372736,2013-10-22
....\Monitor.cpp,2502,2013-10-22
....\Monitor.h,1279,2013-10-22
....\ReadMe.txt,3615,2013-10-22
....\res

....\...\BIAODING.rc2,400,2013-10-22
....\resource.h,1956,2013-10-22
....\STAND.cpp,2488,2013-10-22
....\STAND.h,1265,2013-10-22
....\StdAfx.cpp,210,2013-10-22
....\StdAfx.h,1075,2013-10-22
....\USB.cpp,951,2013-10-22
....\USB.h,1192,2013-10-22

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

发表评论

0 个回复

  • sqlexcel
    从数据库生成excel报表的vb子程序。数据库是sqlserver2000,报表预先用excel制作好,运行程序后报表中将自动填入数据并进入打印预览状态(From the database to generate excel report vb subroutine. Database is sqlserver2000, statements, pre-production with excel, and run the program will automatically fill in statements after the data and enter the Print Preview Status)
    2021-04-10 14:28:59下载
    积分:1
  • ExcelPrint
    使用Excel实现生成、打印数据库报表数据,VC++经典编程学习源码,很好的参考资料。(Use Excel to realize the generation, print database report data, VC++ classic learning programming source code, a good reference.)
    2013-11-25 12:51:28下载
    积分:1
  • safe
    采用visual c++ 作为前台开发语言,sql server 2000 作为后台数据库开发的安全行业标准管理体系数据库,其功能强大!(The use of visual c++ As a front to develop language, sql server 2000 database development as a background security industry-standard database management system, its powerful!)
    2008-06-21 23:49:46下载
    积分: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
  • 10-11cha
    Visual C++实践与提高--数据库开发与工程应用篇 随书代码 希望对用ADO开发的人会有所帮助 这是第10、11章的(Visual C Practice and improve-- database development and application articles with the hope that the code book to use ADO development will be helpful This is the first 10 and 11 of Chapter)
    2006-11-29 23:06:40下载
    积分:1
  • Database
    ODBC 操作,包括连接、检索、返回结果集、插入删除(ODBC operation, including connection, retri , return the result set, insert delete)
    2015-06-02 14:30:17下载
    积分:1
  • project
    手机维修系统(使用前请先阅读说明) 一. 系统简介: 系统采用VC 6.0 +ADO+数据控件绑定技术实现 系统分为产品信息板块,维修信息板块,留言板块,利润查询板块,维修人员管理板块,配件管理板块,系统设置板块。 系统登陆方面分为三个等级权限0级权限为匿名登陆只能进行维修信息产品信息的查询,查看留言和留言的功能。1级权限可以进行产品维修信息的更新删除,产品信息的更新删除,及0权限的所有操作。2级权限可以进行全部操作包括维修人员信息更新删除,配件信息的更新删除,季度利润查询,维修人员信息的查询更新及以上两种权限的所有操作。 关于用户密码没有用专业加密算法加密,只是通过简单的逆序排列。为了保证数据安全可以通过数据库的加密,或专业MD5加密算法。 关于按钮,留言板块的按钮通过按钮重绘技术实行动态显示。而在主界面的按钮通过加载图标来显示。 (err)
    2008-08-14 16:58:32下载
    积分:1
  • jiaowufuzhuguanli
    本人课程设计做的一个简单的教务辅助管理系统,实现了数据库的一般操作,适合初学者学习使用.初始用户密码均为admin.(I do curriculum design a simple Senate supporting management system, a database of normal operation for beginners to learn how to use. Initial users are admin password.)
    2007-05-23 11:38:29下载
    积分:1
  • pay
    毕业设计论文(含运行说明书,源代码)工资管理系统(SQL+VC++)是Visual C++数据库(SQL Server 2000)信息管理系统,来自明日科技《Visual C++数据库系统开发案例精》一书,案例包括运行说明书,源代码和参考的《毕业设计论文范例》。(Thesis graduation project (including operation manuals, source code) wage management system (SQL+ VC++) Is a Visual C++ Database (SQL Server 2000) Information Management System, from tomorrow technology Visual C++ Database system the development of the case the elite in a book, case, including operation manuals, source code and reference the graduation thesis design paradigm. )
    2008-06-17 12:10:17下载
    积分:1
  • Automatic
    智能大厦自动报警系统 access 数据库,功能强大,可供初学者,或者业务相关的人学习(Automatic alarm system of intelligent building access database, powerful, for beginners, or business related people)
    2010-09-03 15:01:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载