登录
首页 » Visual C++ » AccessTest02

AccessTest02

于 2014-07-03 发布 文件大小:13113KB
0 209
下载积分: 1 下载次数: 11

代码说明:

  MFC实现对Access数据库的创建、数据表的创建,已经相关数据的增删改查等功能;这里上传,以供后期借鉴!(MFC to achieve the creation of the Access database, create tables, add and delete related data has been changed check function upload here for late draw!)

文件列表:

AccessTest02
............\AccessTest02
............\............\AccessTest02.aps,106248,2014-07-03
............\............\AccessTest02.cpp,2416,2014-07-03
............\............\AccessTest02.h,478,2014-07-01
............\............\AccessTest02.rc,12242,2014-07-03
............\............\AccessTest02.vcxproj,6218,2014-07-02
............\............\AccessTest02.vcxproj.filters,2577,2014-07-02
............\............\AccessTest02.vcxproj.user,143,2014-07-01
............\............\AccessTest02Dlg.cpp,5199,2014-07-03
............\............\AccessTest02Dlg.h,698,2014-07-03
............\............\DaoAccess.cpp,2260,2014-07-02
............\............\DaoAccess.h,404,2014-07-01
............\............\Debug
............\............\.....\AccessTest02.Build.CppClean.log,4171,2014-07-02
............\............\.....\AccessTest02.exe.embed.manifest,915,2014-07-03
............\............\.....\AccessTest02.exe.embed.manifest.res,980,2014-07-03
............\............\.....\AccessTest02.exe.intermediate.manifest,640,2014-07-03
............\............\.....\AccessTest02.lastbuildstate,68,2014-07-03
............\............\.....\AccessTest02.log,3012,2014-07-03
............\............\.....\AccessTest02.obj,36171,2014-07-03
............\............\.....\AccessTest02.pch,33685504,2014-07-02
............\............\.....\AccessTest02.res,70004,2014-07-03
............\............\.....\AccessTest02Dlg.obj,60822,2014-07-03
............\............\.....\AccessTest02_manifest.rc,214,2014-07-03
............\............\.....\CL.read.1.tlog,66026,2014-07-03
............\............\.....\CL.write.1.tlog,4826,2014-07-03
............\............\.....\DaoAccess.obj,29957,2014-07-02
............\............\.....\link-cvtres.read.1.tlog,2,2014-07-03
............\............\.....\link-cvtres.write.1.tlog,2,2014-07-03
............\............\.....\link.4912-cvtres.read.1.tlog,2,2014-07-03
............\............\.....\link.4912-cvtres.write.1.tlog,2,2014-07-03
............\............\.....\link.4912.read.1.tlog,2,2014-07-03
............\............\.....\link.4912.write.1.tlog,2,2014-07-03
............\............\.....\link.5072-cvtres.read.1.tlog,2,2014-07-03
............\............\.....\link.5072-cvtres.write.1.tlog,2,2014-07-03
............\............\.....\link.5072.read.1.tlog,2,2014-07-03
............\............\.....\link.5072.write.1.tlog,2,2014-07-03
............\............\.....\link.read.1.tlog,5962,2014-07-03
............\............\.....\link.write.1.tlog,1844,2014-07-03
............\............\.....\LoginDlg.obj,52541,2014-07-03
............\............\.....\mt.read.1.tlog,740,2014-07-03
............\............\.....\mt.write.1.tlog,530,2014-07-03
............\............\.....\rc.read.1.tlog,3418,2014-07-03
............\............\.....\rc.write.1.tlog,670,2014-07-03
............\............\.....\RegesterDlg.obj,48755,2014-07-03
............\............\.....\stdafx.obj,636600,2014-07-02
............\............\.....\vc100.idb,2001920,2014-07-03
............\............\.....\vc100.pdb,3526656,2014-07-03
............\............\LoginDlg.cpp,3675,2014-07-02
............\............\LoginDlg.h,783,2014-07-02
............\............\ReadMe.txt,3108,2014-07-01
............\............\RegesterDlg.cpp,1309,2014-07-02
............\............\RegesterDlg.h,489,2014-07-02
............\............\res

............\............\...\AccessTest02.rc2,680,2014-07-01
............\............\resource.h,2106,2014-07-03
............\............\stdafx.cpp,145,2014-07-01
............\............\stdafx.h,1632,2014-07-01
............\............\targetver.h,234,2014-07-01
............\............\test.mdb,237568,2014-07-03
............\AccessTest02.sln,903,2014-07-01
............\Debug
............\.....\AccessTest02.exe,200192,2014-07-03
............\.....\AccessTest02.ilk,1487688,2014-07-03
............\.....\AccessTest02.pdb,5295104,2014-07-03
............\.....\test.mdb,237568,2014-07-02

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

发表评论

0 个回复

  • Internet文件下载
    一个文件下载软件,通过填写Internet文件的URL和本地保存路径就可以下载,并且可以显示下载速度和进度。(a download software through the Internet to fill in the URL and document preservation of the local trails can be downloaded and shows download speed and progress.)
    2005-05-17 19:06:58下载
    积分:1
  • MyHotKey
    利用系统热键可以方便用户的操作,比如经常使用的Alt + Tab可以快速切换窗口;Crtl + Alt + Delete键可以调出Windows任务管理器或重启机器;oicq软件也会注册系统热键方便用户的操作,等等。本程序就注册一个系统热键Alt + Z,在应用程序执行的任何时候只要按下该热键就会弹出一个消息对话框。 (system hotkeys can use user-friendly operation, For example, the regular use of the Alt-Tab window can quickly switch; Crtl-Alt-Delete keys could be released Windows Task Manager or the reopening of machinery; oicq software registration system hotkeys will be user-friendly operation, and so on. The procedure for registering a system hotkeys Alt Z, Application procedures for the implementation of any time by pressing the hotkey will pop up a message box.)
    2007-04-28 12:03:33下载
    积分:1
  • palindrome
    c语言基础,判断一个字符串是否为回文的程序,仅供参考(Determine whether a string is a palindrome)
    2014-01-03 16:49:39下载
    积分:1
  • samp03z_svr_R1_win32
    GTA的脚本大全,能让你的服务器变得更加好玩,使你的服务器的玩家数量更多(More GTA script Guinness, make your server more fun to make your server' s number of players)
    2020-07-02 23:00:01下载
    积分:1
  • GLAG_PRO_S-B
    Geodesic calculation of theodolite lines
    2016-02-08 03:46:34下载
    积分:1
  • 11
    说明:  一个组合框的例子 Visual C++6.0(Example of a combo box Visual C++6.0)
    2010-05-28 15:56:07下载
    积分:1
  • 11DriverDemo
    说明:  驱动编程演示,献给刚出道或想出道的VC++ Coder们。(Demo-driven programming, dedicated to fledgling or come up with Road VC++ Coder are.)
    2006-03-26 00:25:01下载
    积分:1
  • MoveItem
    用vc++来编写活动窗口,代码方便简明,适合刚开始学习入门的人(With vc++ to write the active window, the code to facilitate concise, suitable for people just beginning to learn the entry)
    2012-05-07 13:51:42下载
    积分:1
  • PicEffect
    二维图像的基本处理,包括imfilter等matlab库函数的移植(The basic two-dimensional image processing, including imfilter matlab library function such as migration)
    2010-07-30 08:51:33下载
    积分:1
  • link_del_insert_shuzi
    link 的删除和添加代码,最基本的小程序,但是大内容(link deleting and insert)
    2013-05-28 22:04:24下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载