登录
首页 » Visual C++ » ADO-And-Access

ADO-And-Access

于 2013-11-15 发布 文件大小:223KB
0 74
下载积分: 1 下载次数: 3

代码说明:

  这是一个基本的数据库编程实例,里面最特别的地方是即使出数据库里面出现多条完全相同的记录,它也能操作,而不会出错。(This is a basic database programming examples, there is the most special place inside the database even if there is more of the same record, which can operate without error.)

文件列表:

ADO And Access
..............\AdoRWAccess
..............\...........\About.cpp,3658,2010-09-18
..............\...........\About.h,1747,2010-03-21
..............\...........\AdoRWAccess.cpp,3640,2010-09-18
..............\...........\AdoRWAccess.exe,240128,2011-11-04
..............\...........\AdoRWAccess.h,1693,2010-03-21
..............\...........\AdoRWAccess.rc,6223,2002-12-20
..............\...........\AdoRWAccess.vcproj,9750,2009-03-14
..............\...........\AdoRWAccess.vcxproj,12029,2011-11-04
..............\...........\AdoRWAccess.vcxproj.filters,2936,2011-11-04
..............\...........\AdoRWAccess.vcxproj.user,143,2011-12-29
..............\...........\AdoRWAccessDlg.cpp,13266,2013-09-24
..............\...........\AdoRWAccessDlg.h,2288,2013-09-24
..............\...........\BtnST.cpp,60641,2010-09-18
..............\...........\BtnST.h,10063,2010-09-18
..............\...........\Debug
..............\...........\.....\AdoRWAccess.exe,240128,2013-09-24
..............\...........\.....\Demo.mdb,114688,2013-09-24
..............\...........\Demo.mdb,114688,2013-09-24
..............\...........\HyperLink.cpp,11671,2010-09-18
..............\...........\HyperLink.h,3152,2010-09-18
..............\...........\msado15.tlh,88918,2001-05-21
..............\...........\msado15.tli,75284,2001-05-21
..............\...........\PictureEx.cpp,28806,2013-09-24
..............\...........\PictureEx.h,6973,2011-12-03
..............\...........\res

..............\...........\...\AdoRWAccess.rc2,403,2002-12-19

..............\...........\Resource.h,1054,2010-03-21
..............\...........\StdAfx.cpp,213,2002-12-19
..............\...........\StdAfx.h,1514,2011-12-03
..............\...........\WinXPButtonST.cpp,2779,2010-09-18
..............\...........\WinXPButtonST.h,1569,2010-03-21
..............\AdoRWAccess.sln,900,2011-11-04

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

发表评论

0 个回复

  • 43567897
    VB在局域网内将文件存储到数据库保存,有需要的下。(VB in the LAN to store files saved to the database, there is need for the next.)
    2013-08-13 23:34:07下载
    积分:1
  • boyishu
    博弈树,是数据库课程中非常重要的一个编程程序。里面的编程思想非常适合初学者(Game tree, which is the database course a very important programming procedures. Inside the programming ideas for beginners)
    2013-03-23 10:03:42下载
    积分:1
  • zsgc
    实现数据库的增删改查,自己学的,还不错吧,大家看看,相互学习(Achieve database CRUD, their school, also good, we look at, learn from each other)
    2011-07-10 10:16:35下载
    积分:1
  • ADO
    利用ADO连接Oracle数据库,,主要解决写入blob数据问题(Use ADO to connect Oracle database, the main solution to the issue of write blob data)
    2009-04-25 20:11:31下载
    积分:1
  • VFP
    VFP数据库继承了以往传统数据库的优点,是采用了面向对象的程序设计思想和可视化的编程工具,操作简单、易学,极大的方便了软件的开发。人们在使用它作为开发工具时,可以高效的开发出全新的可视化图形界面应用程序。(VFP database inherits the advantages of traditional databases, is the use of object-oriented program design and visual programming tools, simple operation, easy to learn, which greatly facilitates the software development. People use it as a development tool, you can efficiently develop a new visual GUI applications.)
    2013-08-30 16:02:33下载
    积分: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
  • matrix.h
    定义Matrix矩阵类,定义矩阵类头文件matrix.h(Matrix matrix class definition, define matrix class header file matrix.h)
    2020-08-03 20:28:35下载
    积分:1
  • ADO+Access
    VC和ADO以及ACCESS连接的典型例子。不仅展示了VC如何通过ADO连接MDB文件,同时也有其它技巧展示。(VC and ADO and ACCESS connecting a typical example. It not only demonstrates how the VC ADO connection MDB documents, but also have other skills display.)
    2006-05-22 20:30:55下载
    积分:1
  • homework
    使用ODBC访问数据库,一则ODBC是直接封装在MFC库里面的,二则忙着考研没有时间学习dao。 ODBC和DAO用起来可能最大的区别就是ODBC使用之前得先建立数据源,根据不同的数据库,使用的参数也不同。具体请看在这之前的一片文章。里面有许多东西没有说,属于高级技巧性东西,得学你们自己摸索。(Using ODBC to access the database, an ODBC database directly encapsulated in the MFC inside, two busy Kaoyan no time to learn dao. ODBC and DAO can be at the biggest difference is that must be built before using ODBC data source, depending on the database, the parameters used are also different. Details, please read an article before this. There are many things not said, things are high skill, have to learn your own. )
    2010-11-15 09:37:01下载
    积分:1
  • DJDAO
    DAO数据库简单应用,可以独立创建Access数据库,也可以随意删除,DAO上手必备的教程!(DAO simple database application, and could create Access database, can also randomly deleted, DAO handcuffed indispensable guide!)
    2007-01-17 11:26:26下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载