登录
首页 » Visual C++ » data

data

于 2012-05-04 发布 文件大小:5796KB
0 490
下载积分: 1 下载次数: 39

代码说明:

  mfc数据库编程资料。查询数据,创建数据库,登陆,对话框加菜单,加消息响应等等。(data base on MFC)

文件列表:

5 数据库编程
............\5 数据库编程.ppt,692224,2007-08-28
............\Address
............\.......\Aboutdlg.cpp,1010,2003-11-22
............\.......\Aboutdlg.h,1241,2003-11-22
............\.......\AddInfoDlg.cpp,4703,2003-12-01
............\.......\AddInfoDlg.h,1548,2003-11-28
............\.......\Address.aps,47132,2007-08-26
............\.......\Address.clw,6666,2007-08-28
............\.......\Address.cpp,2168,2003-11-30
............\.......\Address.dsp,5416,2003-12-01
............\.......\Address.dsw,539,2003-11-22
............\.......\Address.h,1335,2003-11-21
............\.......\Address.ncb,189440,2007-08-28
............\.......\Address.opt,59904,2007-08-28
............\.......\Address.plg,1243,2007-08-28
............\.......\Address.rc,13298,2007-08-26
............\.......\AddressDlg.cpp,6467,2003-12-01
............\.......\AddressDlg.h,1549,2003-11-30
............\.......\addresslist.mdb,200704,2007-08-28
............\.......\ChangePswDlg.cpp,3157,2003-12-01
............\.......\ChangePswDlg.h,1353,2003-11-22
............\.......\MainDlg.cpp,24900,2007-08-28
............\.......\MainDlg.h,2216,2003-12-04
............\.......\ModifyDlg.cpp,3123,2003-12-05
............\.......\ModifyDlg.h,1500,2003-11-28
............\.......\PersonSet.cpp,1779,2003-11-28
............\.......\PersonSet.h,1441,2003-11-28
............\.......\PswdSet.cpp,1187,2003-11-21
............\.......\PswdSet.h,1246,2003-11-21
............\.......\ReadMe.txt,3597,2003-11-21
............\.......\res
............\.......\...\Address.rc2,399,2003-11-21
............\.......\...\key.ico

............\.......\Resource.h,2708,2003-12-10
............\.......\SearchDlg.cpp,3714,2003-11-28
............\.......\SearchDlg.h,1517,2003-11-28
............\.......\StdAfx.cpp,209,2003-11-21
............\.......\StdAfx.h,1074,2003-11-26
............\Address.mdb,167936,2007-08-28
............\appwizard.avi,5384704,2007-08-28
............\主窗口.avi,13758976,2007-08-28
............\其他对话框.avi,9863680,2007-08-28
............\列表框初始化.avi,12417536,2007-08-28
............\创建数据库.avi,23719936,2007-08-28
............\加消息响应.avi,26376192,2007-08-28
............\增加工具提示.avi,74089984,2007-08-28
............\增加数据集类.avi,11608576,2007-08-28
............\实现精确查询.avi,39574016,2007-08-28
............\对话框加菜单.avi,11138048,2007-08-28
............\对话框自动关闭.avi,49907200,2007-08-28
............\建立数据源.avi,6526464,2007-08-28
............\无线按钮初始化选中.avi,9308160,2007-08-28
............\查询数据.avi,43545600,2007-08-28
............\登录.avi,52710912,2007-08-28

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

发表评论

0 个回复

  • 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
  • student-information-database
    数据库基本功能都可以实现,删除,添加等等(this program is useful for people who want to develop database)
    2013-10-28 19:51:16下载
    积分: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
  • EX_Database01
    说明:  这是一个数据库访问技术方面的程序,是基于ODBC技术的数据库访问,显示数据库表中的所有记录。(This is a database access technical aspects of the procedure is based on ODBC database access technology, the database shows the table all records.)
    2006-03-21 11:54:54下载
    积分:1
  • addressmanage
    地址簿管理系统,visual c++与Access数据库实现(Address book management system, Visual C + + and Access database to achieve)
    2013-05-07 20:14:04下载
    积分:1
  • dao_sample
    dao例子(Dao example)
    2002-04-19 09:18:04下载
    积分:1
  • MyProject
    一个读去Excel表,并将数据存入数据库的例子!可选择多种数据库!(an Excel table to read, and will maintain a database of examples! A choice of multiple databases!)
    2004-11-23 22:05:06下载
    积分:1
  • VB-from-dbdate-copy-photo
    VB 读取数据库指定字段,然后复制对应文件夹的用户照片 批处理 的来,可以优化工作(VB read the specified field of the database, and then copy the corresponding folder user photos, you can batch optimization)
    2013-04-10 08:55:04下载
    积分:1
  • ADO2SqlServer
    好的东西要分享,最近下载了一个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!)
    2020-11-04 20:59:52下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载