登录
首页 » Visual C++ » AccessControl

AccessControl

于 2016-05-09 发布 文件大小:142KB
0 324
下载积分: 1 下载次数: 2

代码说明:

  visual C++ 6.0关于access数据库编程,里面的类可以直接拿来用,非常方便

文件列表:

AccessControl
.............\AccessControl
.............\.............\AccessControl.aps,105956,2016-05-06
.............\.............\AccessControl.cpp,2656,2016-05-06
.............\.............\AccessControl.h,484,2016-05-06
.............\.............\AccessControl.rc,10760,2016-05-06
.............\.............\AccessControl.vcxproj,5975,2016-05-06
.............\.............\AccessControl.vcxproj.filters,2030,2016-05-06
.............\.............\AccessControl.vcxproj.user,143,2016-05-06
.............\.............\AccessControlDlg.cpp,9374,2016-05-06
.............\.............\AccessControlDlg.h,876,2016-05-06
.............\.............\Debug
.............\.............\.....\AccessControl.log,94,2016-05-06
.............\.............\ReadMe.txt,3255,2016-05-06
.............\.............\res

.............\.............\...\AccessControl.rc2,682,2016-05-06
.............\.............\resource.h,1740,2016-05-06
.............\.............\stdafx.cpp,216,2016-05-06
.............\.............\stdafx.h,1843,2016-05-06
.............\.............\targetver.h,234,2016-05-06
.............\AccessControl.sln,906,2016-05-06
.............\Debug
.............\.....\point32.mdb,266240,2016-05-06
.............\ipch
.............\....\accesscontrol-424c02a7

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

发表评论

0 个回复

  • hbMS
    MFC编的数据库管理系统,ODBC连接SQL。里面用了列表控件,组合框控件等。实现管理数据库,直接在列表框控件中操作即可。(MFC series database management systems, ODBC connection SQL. They spent a list control, combo box controls. Implement management database directly in the ListBox control can operate.)
    2013-06-27 11:24:35下载
    积分:1
  • stand
    MFC 访问数据库 使用DAO连接方式 MFC 访问数据库 使用DAO连接方式(MFC )
    2013-10-25 19:29:15下载
    积分:1
  • UseAdo
    在Microsoft Visual C++6.0环境下,应用ADO,编写的连接access数据库的简单程序(MFC ADO access)
    2017-05-25 08:57:06下载
    积分:1
  • ADO2SqlServer
    好的东西要分享,最近下载了一个VC++连接ACCESS的数据库,对数据库的操作非常详细,但就是弄不懂怎么增删改查,请高手指教!(Good things to share recently downloaded a VC++ connected ACCESS database, the operation of the database is very detailed, but do not understand how CRUD expert advice, please!)
    2020-11-04 20:59:52下载
    积分:1
  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分: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
  • oleado
    Ado类 包括在access中写入blob数据并实现读取(Ado categories including access writes blob data and reading achievement)
    2006-10-01 16:05:41下载
    积分:1
  • MFC-ODBC-API-Programming
    本例是一个通讯实例,说明如何使用MFC ODBC 创建数据库应用程序。(This example is a communication example, explain how to use ODBC MFC to create a application.)
    2015-08-05 11:15:07下载
    积分:1
  • LRU
    实现的数据库io缓存模拟程序,读入五万个地址和读写标志,输出命中率,io次数等(Io caching implemented simulation program that reads fifty thousand addresses and write flag output hits, io number, etc.)
    2015-12-19 23:52:04下载
    积分:1
  • OperateAccess
    自己写的用ADO操作数据库,添加,删除,修改功能,显示在listctrl上,已经数据导出EXCEL。(ado )
    2010-06-24 21:27:14下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载