登录
首页 » Visual C++ » TeleBook--My--ADO

TeleBook--My--ADO

于 2018-05-17 发布 文件大小:12435KB
0 282
下载积分: 1 下载次数: 3

代码说明:

  ado链接数据库实例教程,基于VS2015和MFC(ADO linked database instance)

文件列表:

TeleBook--My--ADO, 0 , 2013-07-25
TeleBook--My--ADO\BtnST.cpp, 22197 , 2013-04-11
TeleBook--My--ADO\BtnST.h, 6929 , 2013-04-11
TeleBook--My--ADO\Debug, 0 , 2013-07-30
TeleBook--My--ADO\Debug\BtnST.obj, 56121 , 2013-05-07
TeleBook--My--ADO\Debug\Demo.mdb, 331776 , 2013-04-13
TeleBook--My--ADO\Debug\msado15.tlh, 222066 , 2012-06-06
TeleBook--My--ADO\Debug\msado15.tli, 167326 , 2012-06-06
TeleBook--My--ADO\Debug\NEWSDlg.obj, 29023 , 2013-05-07
TeleBook--My--ADO\Debug\StdAfx.obj, 133056 , 2013-05-07
TeleBook--My--ADO\Debug\TeleBook.exe, 9502823 , 2013-05-07
TeleBook--My--ADO\Debug\TeleBook.ilk, 407740 , 2013-05-07
TeleBook--My--ADO\Debug\TeleBook.obj, 45041 , 2013-05-07
TeleBook--My--ADO\Debug\TeleBook.pch, 6860028 , 2013-05-07
TeleBook--My--ADO\Debug\TeleBook.pdb, 533504 , 2013-05-07
TeleBook--My--ADO\Debug\TeleBook.res, 7779596 , 2013-05-07
TeleBook--My--ADO\Debug\TeleBookDlg.obj, 115296 , 2013-05-07
TeleBook--My--ADO\Debug\vc60.idb, 230400 , 2013-05-08
TeleBook--My--ADO\Debug\vc60.pdb, 569344 , 2013-05-07
TeleBook--My--ADO\Demo.mdb, 331776 , 2013-04-13
TeleBook--My--ADO\msado15.tlh, 221918 , 2012-06-06
TeleBook--My--ADO\msado15.tli, 167252 , 2012-06-06
TeleBook--My--ADO\NEWSDlg.cpp, 5117 , 2013-04-13
TeleBook--My--ADO\NEWSDlg.h, 1471 , 2013-04-13
TeleBook--My--ADO\ReadMe.txt, 3615 , 2013-04-12
TeleBook--My--ADO\res, 0 , 2013-07-25
TeleBook--My--ADO\resource.h, 1373 , 2013-04-13
TeleBook--My--ADO\res\85582-105.bmp, 3888054 , 2013-04-12
TeleBook--My--ADO\res\91046-105.bmp, 3888054 , 2013-04-12
TeleBook--My--ADO\res\TeleBook.ico, 1078 , 2013-04-12
TeleBook--My--ADO\res\TeleBook.rc2, 400 , 2013-04-12
TeleBook--My--ADO\StdAfx.cpp, 210 , 2013-04-12
TeleBook--My--ADO\StdAfx.h, 1232 , 2013-04-12
TeleBook--My--ADO\TeleBook.aps, 7798932 , 2013-05-07
TeleBook--My--ADO\TeleBook.clw, 2325 , 2013-05-08
TeleBook--My--ADO\TeleBook.cpp, 3029 , 2013-05-07
TeleBook--My--ADO\TeleBook.dsp, 4584 , 2013-04-13
TeleBook--My--ADO\TeleBook.dsw, 522 , 2013-04-12
TeleBook--My--ADO\TeleBook.h, 1411 , 2013-04-12
TeleBook--My--ADO\TeleBook.ncb, 476160 , 2013-05-08
TeleBook--My--ADO\TeleBook.opt, 55808 , 2013-05-08
TeleBook--My--ADO\TeleBook.plg, 250 , 2013-05-08
TeleBook--My--ADO\TeleBook.rc, 7155 , 2013-04-13
TeleBook--My--ADO\TeleBookDlg.cpp, 15758 , 2013-04-13
TeleBook--My--ADO\TeleBookDlg.h, 1690 , 2013-04-13

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

发表评论

0 个回复

  • VB_Access
    实现Visual Basic 与Access数据库的链接,包括Access数据库的打开、数据的写入、读出、删除、更新等!(It not only enable you to open the Access database but also input, output, delet and update the data in Access)
    2009-09-14 16:31:08下载
    积分:1
  • ADOAccessDemo
    该例程参考《Visual C++开发修行实录》,为ADO访问Access数据库的例程,其中详细介绍了ADO访问数据库的步骤,以及查询、修改、删除等SQL语言的使用。(Refer to the routine Visual C++ development practice record , as the ado access access routines, which details the steps of ADO to access the , and query, modify, delete SQL language use. )
    2015-07-15 10:49:40下载
    积分:1
  • zsgc
    实现数据库的增删改查,自己学的,还不错吧,大家看看,相互学习(Achieve database CRUD, their school, also good, we look at, learn from each other)
    2011-07-10 10:16: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
  • student
    学生管理系统,包括学生信息管理,成绩管理,违规查询等。(Student management system, including the student information management, performance management, and illegal inquiries.)
    2010-01-06 13:50:57下载
    积分:1
  • 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
  • OrderManageSystem
    说明:  可实现企业生产需求采购工具功能,带界面的企业管理信息系统(Enterprise management information system with interface can realize the function of enterprise production demand purchasing tool)
    2019-12-06 23:14:56下载
    积分:1
  • Charge
    有关三维插补的程序,自己做一个数据库,记录一些数据点的插补值,可通过补偿算法,算出其他点的插补值(The 3 d interpolation procedures, own a database, record the data point of some interpolation value, but through the compensation algorithm, work out the other points interpolation value)
    2012-06-29 09:55:51下载
    积分:1
  • 432423
    9-数据库设计说明书(GB8567——88 12-详细设计说明书(GB8567(9-database design specification (GB8567-- 88 12-detailed design specification (GB85 67-- )
    2007-04-15 11:28:58下载
    积分:1
  • SQLservervccreatecode
    《代码生成器源代码》代码生成器源代码 《TestSqlServer》应用代码生成器生成的源代码使用例程。 《VC 对SQL SERVER 2000数据库的代码生成器及访问方法.pdf》说明书。">
    2011-05-14 14:09:45下载
    积分:1
  • 696516资源总数
  • 106741会员总数
  • 17今日下载