登录
首页 » Visual C++ » database-cPP

database-cPP

于 2012-03-10 发布 文件大小:6823KB
0 332
下载积分: 1 下载次数: 8

代码说明:

  Visual c++结合SQL server 的经典范例。程序中介绍了如何在VC++中调用数据库的各方面知识(Visual c combined with a classic example of the SQL server. The procedures described in the various aspects of knowledge of how to call the database in VC )

文件列表:

CH5
...\LABMIS
...\......\ADO.CPP,19238,2005-08-04
...\......\ADO.H,6079,2005-08-04
...\......\DEBUG
...\......\.....\ADO.OBJ,242416,2005-12-05
...\......\.....\ADO.SBR,0,2005-12-05
...\......\.....\LABMIS.BSC,5932032,2011-12-04
...\......\.....\LABMIS.EXE,168008,2011-12-04
...\......\.....\LABMIS.ILK,365020,2011-12-04
...\......\.....\LABMIS.OBJ,13387,2005-12-05
...\......\.....\LABMIS.PCH,9717008,2005-12-05
...\......\.....\LABMIS.PDB,664576,2011-12-04
...\......\.....\LABMIS.RES,3420,2005-12-05
...\......\.....\LABMIS.SBR,0,2005-12-05
...\......\.....\LabMISDlg.obj,73947,2011-12-04
...\......\.....\LABMISDLG.SBR,0,2011-12-04
...\......\.....\MSADO15.TLH,90721,2006-12-26
...\......\.....\MSADO15.TLI,76665,2006-12-26
...\......\.....\MY_DATA2.UDL,372,2005-07-19
...\......\.....\STDAFX.OBJ,133584,2005-12-05
...\......\.....\STDAFX.SBR,1774448,2005-12-05
...\......\.....\VC60.IDB,246784,2011-12-04
...\......\.....\VC60.PDB,561152,2011-12-04
...\......\LABMIS.APS,22468,2011-04-07
...\......\LABMIS.CLW,2155,2011-04-07
...\......\LABMIS.CPP,2210,2005-08-04
...\......\LABMIS.DSP,4278,2005-07-19
...\......\LABMIS.DSW,537,2005-07-18
...\......\LABMIS.H,1352,2005-08-04
...\......\LABMIS.NCB,238592,2011-12-04
...\......\LABMIS.OPT,180736,2011-12-04
...\......\LABMIS.PLG,755,2011-12-04
...\......\LABMIS.positions,304,2011-12-04
...\......\LABMIS.RC,6715,2005-12-05
...\......\LABMISDLG.CPP,10288,2011-12-04
...\......\LABMISDLG.H,2026,2005-08-04
...\......\MSADO15.TLH,90631,2004-08-16
...\......\MSADO15.TLI,76620,2004-08-16
...\......\MY_DATA2.UDL,372,2005-07-19
...\......\README.TXT,3579,2005-07-18
...\......\RELEASE
...\......\.......\ADO.OBJ,87040,2005-12-05
...\......\.......\LABMIS.EXE,40960,2005-12-05
...\......\.......\LABMIS.OBJ,8934,2005-12-05
...\......\.......\LABMIS.PCH,7635792,2005-12-05
...\......\.......\LABMIS.RES,3420,2005-12-05
...\......\.......\LABMISDLG.OBJ,37715,2005-12-05
...\......\.......\MSADO15.TLH,90691,2002-10-07
...\......\.......\MSADO15.TLI,76671,2002-10-07
...\......\.......\MY_DATA2.UDL,372,2005-07-19
...\......\.......\STDAFX.OBJ,862,2005-12-05
...\......\.......\VC60.IDB,50176,2005-12-05
...\......\RES

...\......\...\LABMIS.RC2,398,2005-07-18
...\......\RESOURCE.H,1512,2005-08-05
...\......\STDAFX.CPP,208,2005-07-18
...\......\STDAFX.H,1070,2005-07-18
...\LABPERSONDB.MDB,114688,2005-08-26
...\LABPERSONDB_DATA.MDF,1048576,2005-09-01
...\LABPERSONDB_LOG.LDF,1048576,2005-09-01
程序运行说明.DOC,256000,2005-12-05

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

发表评论

0 个回复

  • HCDB
    超市管理系统,主要应用了ADO对象操作数据库的技术。在数据库操作中涉及复杂SQL语句的构造方法、列表控件、Tab控件及树型控件的使用方法。 代码来源:《亮剑Visual C++ 项目开发案例导航》第三章(Visual C++ code about supermarket management sys)
    2015-03-11 13:59:34下载
    积分:1
  • 1
    一个辅助数据库,显示系统,可以进行简单的显示SQL 2000(SHOW SYSTEM)
    2013-11-18 08:31:39下载
    积分:1
  • SQLiteVB
    SQLite VB 版的,有兴趣的来看看哦(SQLiteVB)
    2010-08-06 12:22:35下载
    积分:1
  • 微软数据库开发梦工场多媒体教学-sqlserver
    说明:  微软数据库开发梦工场多媒体教学-sql server篇.rar,是多媒体教学的,对新手很适合的,(Microsoft database development DreamWorks multimedia teaching- sql server chapter. Rar, multimedia teaching, is very suitable for novice,)
    2005-11-16 11:08:44下载
    积分:1
  • ordermanager
    (VC结合SQL)订单管理系统,readme.txt中包含使用帮助信息((VC combination of SQL) order management system, readme.txt contains Help information)
    2010-06-28 15:30:12下载
    积分:1
  • database-cPP
    Visual c++结合SQL server 的经典范例。程序中介绍了如何在VC++中调用数据库的各方面知识(Visual c combined with a classic example of the SQL server. The procedures described in the various aspects of knowledge of how to call the database in VC )
    2012-03-10 00:17:08下载
    积分:1
  • stock
    一款很好的库存管理系统 对于初学者来说是个很好的学习参考(A good inventory management system for the beginner is a good learning reference)
    2008-04-28 16:12:28下载
    积分:1
  • Financial-management-system
    用visual studio开发的基于sql server2005的财务管理系统。财务凭证管理系统主要由【系统管理】、【凭证管理】、【科目信息】、【账目查询】和【报表】等模块组成(Development with visual studio, sql server2005-based financial management system. Financial certificate management system mainly consists of the [System Management], [Certificate Management] [subject information], [accounts query】 【Report】 modules)
    2012-07-05 14:52:38下载
    积分:1
  • vcsqlserver
    是VC+SQL server模式的,主要设及以下内容: 1、窗口如何分割; 2、多视图之间如何通信; 3、列表视图的操作及事件处理; 4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录; 5、实现主从表的显示; (VC is SQL server model, and mainly the following : a window on how segmentation; 2. Multi-view of how communication; 3, the List View operation and handle the incident; 4, tree controls the operation and management, According to the use of recursive directory database dynamically generated; 5, the main achievement of the show from the table;)
    2006-05-19 15:56:35下载
    积分:1
  • xinxiqu
    学生信息管理系统详细设计说明书,Visual Basic 6.0与SQL SERVER 2000开发,对开发文档撰写有一定帮助。(Student Information Management System for the detailed design statement, Visual Basic 6.0 and SQL SERVER 2000 the development of written documents on the development of some help.)
    2009-05-26 15:06:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载