登录
首页 » Visual C++ » Patient_Data

Patient_Data

于 2011-08-03 发布 文件大小:2661KB
0 312
下载积分: 1 下载次数: 16

代码说明:

  MFC中以ADO的形式连接Access数据库,包括增、删、改、查(MFC in the form of ADO connection to Access database, including add, delete, change, check)

文件列表:

Patient_Data
............\DataBase.mdb,167936,2011-07-18
............\Debug
............\.....\msado15.tlh,90772,2010-11-09
............\.....\msado15.tli,76668,2010-11-09
............\.....\Paint_ADO.obj,60163,2011-07-11
............\.....\Patient_Data.exe,135233,2011-07-19
............\.....\Patient_Data.ilk,337884,2011-07-19
............\.....\Patient_Data.obj,14743,2011-07-11
............\.....\Patient_Data.pch,7703588,2011-07-11
............\.....\Patient_Data.pdb,607232,2011-07-19
............\.....\Patient_Data.res,3036,2011-07-11
............\.....\Patient_DataDlg.obj,85797,2011-07-19
............\.....\StdAfx.obj,134029,2011-07-11
............\.....\vc60.idb,246784,2011-07-19
............\.....\vc60.pdb,561152,2011-07-19
............\msado15.tlh,90708,2010-11-09
............\msado15.tli,76636,2010-11-09
............\Paint_ADO.cpp,2352,2011-07-11
............\Paint_ADO.h,1154,2011-07-11
............\Patient_Data.aps,21680,2011-07-13
............\Patient_Data.clw,1683,2011-07-19
............\Patient_Data.cpp,2147,2011-07-11
............\Patient_Data.dsp,4394,2011-07-11
............\Patient_Data.dsw,530,2011-07-11
............\Patient_Data.h,1390,2011-07-11
............\Patient_Data.ncb,205824,2011-07-19
............\Patient_Data.opt,601088,2011-07-19
............\Patient_Data.plg,1183,2011-07-19
............\Patient_Data.rc,6132,2011-07-11
............\Patient_DataDlg.cpp,9728,2011-07-19
............\Patient_DataDlg.h,1665,2011-07-11
............\ReadMe.txt,3687,2011-07-11
............\res

............\...\Patient_Data.rc2,404,2011-07-11
............\Resource.h,1058,2011-07-11
............\StdAfx.cpp,214,2011-07-11
............\StdAfx.h,1225,2011-07-11

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

发表评论

0 个回复

  • EmailManagement
    数据库课程设计简单的邮件管理系统。可以用VS2013连接oracle数据库,实现一些简单的操作(Database design courses simple mail management system. VS2013 can be used to connect oracle , to achieve some simple operations)
    2016-01-06 21:09:48下载
    积分:1
  • Address_Notebook_Manager
    地址薄管理器.采用MFC DAO对象和接口编程技术实现了一个地址薄数据库的管理器.主要功能包括:1,浏览数据库的内容.2,添加,删除和更新数据库的记录.(address book manager. Using MFC DAO objects and interface programming technology to achieve a one address book database manager. main features include : a browse the contents of the database .2, add, delete and update database records.)
    2006-10-11 13:50:15下载
    积分: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
  • pay
    毕业设计论文(含运行说明书,源代码)工资管理系统(SQL+VC++)是Visual C++数据库(SQL Server 2000)信息管理系统,来自明日科技《Visual C++数据库系统开发案例精》一书,案例包括运行说明书,源代码和参考的《毕业设计论文范例》。(Thesis graduation project (including operation manuals, source code) wage management system (SQL+ VC++) Is a Visual C++ Database (SQL Server 2000) Information Management System, from tomorrow technology Visual C++ Database system the development of the case the elite in a book, case, including operation manuals, source code and reference the graduation thesis design paradigm. )
    2008-06-17 12:10:17下载
    积分:1
  • dianzicidian
    一个简单的电子词典,能实现中英互译,不带数据库(a simple dictionary without data library)
    2013-11-23 14:32:48下载
    积分:1
  • ENVELOP_ADO
    封装的ADO访问所有数据库的代码,大家不要将时间浪费在编程上了(Packaging visit all the ADO database code, we should not be wasting time on the program)
    2007-05-18 22:38:03下载
    积分:1
  • DatabaseTest
    关于ADO数据库添加的一个简单例程,使用MFC的对话框为平台。(use visual C++ a sample about how to create ADO database . and the project is dialog on MFC)
    2013-03-16 21:23:53下载
    积分:1
  • dblib(sybase)
    访问sybase 数据库的dblib (VC)封装,使用起来非常简单。(visit sybase database dblib (VC) Packaging, it is very simple to use.)
    2006-10-11 10:04:24下载
    积分:1
  • tongy
    一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是ACCESS数据库,ADO方式连接。程序启动时弹出登陆界面。用户名admin,密码123456。不同的用户登陆之后界面也不一样。(An Element Manager System,Use Access Database for add,delete,update and query data.Use ado type connect Database.You can use user:admin,password:123456 login in.and different user have different functions.)
    2015-08-04 18:28:17下载
    积分:1
  • dlltest
    加载动态链接库,使用里面的函数,来移动图片(Load the dynamic link library, inside a function, to move the picture)
    2013-05-14 16:49:28下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载