登录
首页 » Visual C++ » ADO2SqlServer

ADO2SqlServer

于 2020-11-04 发布 文件大小:4274KB
0 248
下载积分: 1 下载次数: 6

代码说明:

  好的东西要分享,最近下载了一个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!)

文件列表:

ADO2SqlServer
.............\ADO2SqlServer.aps,58788,2009-07-14
.............\ADO2SqlServer.cpp,1543,2009-07-14
.............\ADO2SqlServer.h,479,2009-07-14
.............\ADO2SqlServer.ncb,150528,2009-07-14
.............\ADO2SqlServer.rc,5840,2009-07-14
.............\ADO2SqlServer.sln,915,2009-07-14
.............\ADO2SqlServer.vcproj,4775,2009-07-14
.............\ADO2SqlServerDlg.cpp,8174,2009-07-14
.............\ADO2SqlServerDlg.h,898,2009-07-14
.............\Debug
.............\.....\ADO2SqlServer.exe,188416,2009-07-14
.............\.....\ADO2SqlServer.ilk,1190668,2009-07-14
.............\.....\ADO2SqlServer.obj,20860,2009-07-14
.............\.....\ADO2SqlServer.pch,12255232,2009-07-14
.............\.....\ADO2SqlServer.pdb,3263488,2009-07-14
.............\.....\ADO2SqlServer.res,23764,2009-07-14
.............\.....\ADO2SqlServerDlg.obj,155503,2009-07-14
.............\.....\BuildLog.htm,1925,2009-07-14
.............\.....\msado15.tlh,100481,2006-12-26
.............\.....\msado15.tli,76049,2006-12-26
.............\.....\stdafx.obj,246390,2009-07-14
.............\.....\vc70.idb,510976,2009-07-14
.............\.....\vc70.pdb,692224,2009-07-14
.............\ReadMe.txt,2919,2009-07-14
.............\res

.............\...\ADO2SqlServer.manifest,702,2009-07-14
.............\...\ADO2SqlServer.rc2,369,2009-07-14
.............\resource.h,1053,2009-07-14
.............\stdafx.cpp,142,2009-07-14
.............\stdafx.h,1567,2009-07-14
.............\Test_Data.MDF,1048576,2009-07-14

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

发表评论

0 个回复

  • database
    MFC用ODBC连接两个包含两个记录集的数据库,一个管理员表,一个授权表。(MFC ODBC connection with two sets of database contains two records, one administrator table, an authorization form.)
    2014-06-17 19:59:29下载
    积分:1
  • CodeCtrlOdbc
    vc 代码控制链接ODBC的程序源码,希望对大家有所帮助(vc code control procedures linked ODBC source, we hope to help)
    2011-05-29 13:37:57下载
    积分: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
  • animal
    曾经做的一个动物领养系统,涉及到access数据库,程序里对用到了MFC里少见的几个控件,这个程序对于数据库编程的初学者有很大的帮助(Have to do an animal adoption system, relates to access a database program to use the MFC controls in a few rare, this procedure for the database programming has great help for beginners)
    2008-06-08 01:10:08下载
    积分:1
  • rentdvd
    数据库程序,是一个DVD出租系统的源码! 能记录删除出租记录和录像带的信息(database program, is a DVD rental system source code! Records can be deleted video rental records and information)
    2007-03-31 18:06:18下载
    积分:1
  • ADO
    在MFC种利用ADO进行数据库的处理,也可以用ODBC来做。(Use ADO in MFC to test the SQL.)
    2009-03-05 13:55:44下载
    积分:1
  • MyProjects
    使用MFC ODBC和LISTCONTROL控件显示数据库表内容(Use MFC ODBC and LISTCONTROL control display the contents of database tables)
    2007-12-18 15:24:47下载
    积分:1
  • bwzgear
    ug平台上基于MFC的变位直齿轮参数化设计的开发,连接Access数据库。(ug platform development based MFC displacement spur gear parametric design to connect Access database.)
    2020-09-12 09:27:58下载
    积分:1
  • CompactDataBase
    mfc,才有用ado操作access数据库,解决数据库删除内容后无法自动压缩大小的问题(mfc, only access the database using ado action to resolve the contents of the database are not automatically remove the compressed size of the problem)
    2011-06-25 10:47:24下载
    积分: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
  • 696518资源总数
  • 106259会员总数
  • 28今日下载