登录
首页 » Visual C++ » TestAdo

TestAdo

于 2016-08-31 发布 文件大小:4445KB
0 209
下载积分: 1 下载次数: 3

代码说明:

  VC++实现数据库的连接,以及对数据库的增删改查操作。(No Translation.)

文件列表:

TestAdo
.......\dbPeer.mdb,258048,2010-07-10
.......\Debug
.......\.....\dbPeer.mdb,286720,2010-07-10
.......\.....\msado15.tlh,90683,2008-11-22
.......\.....\msado15.tli,76646,2008-11-22
.......\.....\StdAfx.obj,133320,2010-07-10
.......\.....\StdAfx.sbr,1766937,2010-07-10
.......\.....\TestAdo.bsc,4244480,2010-07-10
.......\.....\TestAdo.exe,131134,2010-07-10
.......\.....\TestAdo.ilk,307016,2010-07-10
.......\.....\TestAdo.obj,17484,2010-07-10
.......\.....\TestAdo.pch,9536568,2010-07-10
.......\.....\TestAdo.pdb,623616,2010-07-10
.......\.....\TestAdo.res,2948,2010-07-10
.......\.....\TestAdo.sbr,7641,2010-07-10
.......\.....\TestAdoDlg.obj,104229,2010-07-10
.......\.....\TestAdoDlg.sbr,14639,2010-07-10
.......\.....\UpdataDlg.obj,12916,2010-07-10
.......\.....\UpdataDlg.sbr,6848,2010-07-10
.......\.....\vc60.idb,263168,2010-07-10
.......\.....\vc60.pdb,569344,2010-07-10
.......\msado15.tlh,90615,2008-11-22
.......\msado15.tli,76612,2008-11-22
.......\ReadMe.txt,3597,2010-07-10
.......\res

.......\...\TestAdo.rc2,399,2010-07-10
.......\resource.h,1144,2010-07-10
.......\StdAfx.cpp,209,2010-07-10
.......\StdAfx.h,1155,2010-07-10
.......\TestAdo.aps,36788,2010-07-10
.......\TestAdo.clw,1930,2010-07-10
.......\TestAdo.cpp,2081,2010-07-10
.......\TestAdo.dsp,4308,2010-07-10
.......\TestAdo.dsw,537,2010-07-10
.......\TestAdo.h,1335,2010-07-10
.......\TestAdo.ncb,189440,2010-07-10
.......\TestAdo.opt,51712,2010-07-10
.......\TestAdo.plg,1335,2010-07-10
.......\TestAdo.rc,6219,2010-07-10
.......\TestAdoDlg.cpp,11893,2010-07-10
.......\TestAdoDlg.h,1746,2010-07-10
.......\UpdataDlg.cpp,1032,2010-07-10
.......\UpdataDlg.h,771,2010-07-10

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

发表评论


0 个回复

  • 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
  • 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
  • VC_project_development_throughout_Record1-2
    VC项目开发全程实录(书籍光盘)非常实用的资源!(VC project development throughout Record (Book CD) is very useful resource!)
    2010-07-19 14:44:41下载
    积分:1
  • AccessControl
    visual C++ 6.0关于access数据库编程,里面的类可以直接拿来用,非常方便
    2016-05-09 16:18:52下载
    积分:1
  • FamilyFinancialManagementSystem
    Family Financial Management System是一个特别方便的理财系统。功能方便实用。(Family Financial Management System is a special convenient financial management system. Convenient and practical functions.)
    2007-05-28 09:39:11下载
    积分:1
  • AccessCrack-ACCESS
    ACCESS数据库解密程序源代码,可以直接运行,界面友好(ACCESS database decryption program source code, can run, user-friendly)
    2010-10-26 21:45:59下载
    积分:1
  • C++ 工资管理系统 salarysystem
    vc++和SQL Server一起实现的简单的工资管理系统,分离的数据库文件也在包里(a salary system using vc++ and SQL Server)
    2020-06-26 00:40:02下载
    积分:1
  • ADO
    Vc++中,MFC中实现数据库的实时显示以及增加和删除(To increase the database to delete in MFC)
    2012-11-05 21:15:35下载
    积分:1
  • 2
    说明:  本次课程设计的任务是:针对学院的计算机系本科课程,根据课程之间的依赖关系,制定课程安排计划,并满足各学期课程数日大致相同。按照用户输入的课程数,学期数,课程间的先后关系数目以及课程间两两间的先后关系,程序执行后会给出每学期应学的课程。 (1) 输入的形式和输入值的范围:输入间用空格隔开。要求用户输入的课程数小于20,学期数小于或是等于8,课程名的长度小于等于10个字符。 (2) 程序所能达到的功能:按照用户的输入,给出每学期应学的课程。 (The task of curriculum design are: for the Institute of Computer Science undergraduate courses, according to the dependencies between programs to develop curriculum plans and meet a few days each semester or less the same. In accordance with the user to enter the course number, semester the number of the sequence of the relationship between the number of courses and course sequence of 22 inter-relationships, program execution is given after each semester should learn. (1) input in the form of and input value range: Enter the rooms separated by a space. Requires the user to enter the course number is less than 20, the number is less than or equal to 8 semester courses were less than or equal to the length of 10 characters. (2) program can achieve the function: In accordance with the user' s input, is given each semester to be science courses.)
    2009-12-25 00:18:04下载
    积分:1
  • VCRoomManage
    基于VC++6.0、ODBC、MFC的酒店客房管理程序。数据库为Acess,界面简洁,有详细使用说明。(Based on VC++6.0, ODBC, MFC hotel rooms management procedures. Database for Acess, the interface is simple and has detailed instructions.)
    2009-03-25 21:40:08下载
    积分:1
  • 696518资源总数
  • 104891会员总数
  • 7今日下载