登录
首页 » Visual C++ » ADOACCESS

ADOACCESS

于 2009-04-20 发布 文件大小:4277KB
0 530
下载积分: 1 下载次数: 31

代码说明:

  这是一款用MFC ADO编写的数据库软件,它可以实现对ACCESS数据库的打开,添加,修改,保存,排序得一系列的功能。它利用ListCtl进行显示(This is a MFC ADO with the preparation of the database software, it can be open to the ACCESS database, add, modify, save, sort a series of functions. It uses ListCtl display)

文件列表:

数据库ADO
.........\AddDialog.cpp
.........\AddDialog.h
.........\Debug
.........\.....\AddDialog.obj
.........\.....\DlgProxy.obj
.........\.....\FindDialog.obj
.........\.....\msado15.tlh
.........\.....\msado15.tli
.........\.....\Msadox.tlh
.........\.....\Msadox.tli
.........\.....\OrderDialog.obj
.........\.....\StdAfx.obj
.........\.....\STUDENT.mdb
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\.....\数据库ADO.exe
.........\.....\数据库ADO.ilk
.........\.....\数据库ADO.obj
.........\.....\数据库ADO.pch
.........\.....\数据库ADO.pdb
.........\.....\数据库ADO.res
.........\.....\数据库ADO.tlb
.........\.....\数据库ADODlg.obj
.........\DlgProxy.cpp
.........\DlgProxy.h
.........\FindDialog.cpp
.........\FindDialog.h
.........\msado15.tlh
.........\msado15.tli
.........\OrderDialog.cpp
.........\OrderDialog.h
.........\ReadMe.txt
.........\res

.........\...\数据库ADO.rc2
.........\resource.h
.........\StdAfx.cpp
.........\StdAfx.h
.........\STUDENT.mdb
.........\数据库ADO.APS
.........\数据库ADO.clw
.........\数据库ADO.cpp
.........\数据库ADO.dsp
.........\数据库ADO.dsw
.........\数据库ADO.h
.........\数据库ADO.ncb
.........\数据库ADO.odl
.........\数据库ADO.opt
.........\数据库ADO.plg
.........\数据库ADO.rc
.........\数据库ADO.reg
.........\数据库ADODlg.cpp
.........\数据库ADODlg.h

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

发表评论

0 个回复

  • SetAccessData
    对已经存在的Accsess数据库表添加新字段并复值(right Accsess already existing database table and add a new field of Complex)
    2006-08-10 21:15:31下载
    积分:1
  • odbc-student
    VC++60编译通过,利用ODBC操作*.mdb数据库,非常完善的学生信息管理系统。可以改为其它数据库。(VC++ 60 compiler through the use of ODBC operation*. mdb database, an excellent student information management system. Could be converted to other databases.)
    2008-07-09 22:29:15下载
    积分:1
  • ADO
    这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
    2013-08-18 10:30:52下载
    积分:1
  • tuishuiguanli
    VB编写的退税管理系统,可做毕业设计参考,很适用!(VB prepared the tax rebate management system, can be graduated from the reference design, it is applicable!)
    2008-12-29 16:20:26下载
    积分:1
  • StudentCheck
     职责描述:,系统信息设计,学生出操考勤管理、学生上课考勤管理、学生参加活动考勤管理,学生寝室考勤管理,综合统计与查询等六大模块。  项目简述:该系统利用MFC框架 Excel工具开发,来实现学生考勤管理。()
    2008-03-15 21:13:11下载
    积分:1
  • VCAccess
    此demo包含vc操作Access数据库的链接、以及增删改查的基本操作,均提供的有接口,方便用户操作,并且提供了一些模糊查询语句供用户参考~~(This demo contains the Access database, the link vc operations, as well as additions or deletions to change the basic operation of search are provided with interfaces, user-friendly operation, and provides a number of fuzzy query for the user' s reference ~ ~)
    2010-02-24 13:51:31下载
    积分:1
  • N-sheets
    以G列分成多个工作表(以宏运行VBA) (Sub aa() Dim a As Integer, b As Integer, c As Integer, sh As Worksheet For a = 2 To [g65536].End(3).Row If Cells(a, 7) <> Cells(a- 1, 7) Then b = a End If c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row Set sh = Sheets.Add(, Sheets(Sheets.Count)) sh.Name = Sheets("sheet1").Cells(a, 7).Value With Sheets("Sheet1") Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2] Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1] a = c End With Sheets("Sheet1").Select Next End Sub )
    2013-05-03 08:50:54下载
    积分:1
  • ADOACCESS
    这是一款用MFC ADO编写的数据库软件,它可以实现对ACCESS数据库的打开,添加,修改,保存,排序得一系列的功能。它利用ListCtl进行显示(This is a MFC ADO with the preparation of the database software, it can be open to the ACCESS database, add, modify, save, sort a series of functions. It uses ListCtl display)
    2009-04-20 21:15:47下载
    积分:1
  • SQLite3Develop
    Sqlite3 的确很好用。小巧、速度快。但是因为非微软的产品,帮助文档总觉得不够。这 些天再次研究它,又有一些收获,这里把我对 sqlite3 的研究列出来,以备忘记。(Sqlite3 really good use. Small, fast. But for the Microsoft products, always feel that not enough to help document. This Some day to study it, and have some harvest, here I study on SQLite3 list, to forget.)
    2012-09-25 17:13:03下载
    积分:1
  • VCDatabaseOpraterADO
    说明:  VC操作ADO和datagrid控件的源码,是动态的的。不受目录改变的限制(ADO and VC operation datagrid source control is the dynamic. From the directory to change the restrictions)
    2009-07-30 20:58:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载