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

database-cPP

于 2012-03-10 发布 文件大小:6823KB
0 331
下载积分: 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 个回复

  • MyODBC
    数据库的一些操作的,如添加、删除、修改、更新等 (Some database operations, such as add, delete, modify, update, etc.)
    2010-05-26 17:21:12下载
    积分:1
  • jkj
    ado 访问数据库的设置,用控件实现后拷贝原码(ado access to the database settings, after achieving control with the original copy code)
    2006-06-20 09:20:48下载
    积分:1
  • HotelManageSystem
    宾馆管理系统,vc++6.0开发。ODBC方式连接sql server数据库。模块包括身份验证,系统修改,客房信息管理,订房信息管理,结算信息管理等,界面友好.(Hotel Management System, vc++ 6.0 development. ODBC to connect sql server database. Modules, including authentication, system changes, room information management, booking information management, information management, such as billing, user-friendly.)
    2020-06-30 11:00:01下载
    积分: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
  • xiao--qu-wu-ye-guan-li-xi-tong
    小区物业管理系统毕业设计,基于sql server的vb程序,非常详细的程序注释(Residential property management system designed based on sql server vb procedures, very detailed program notes)
    2013-05-26 02:04:44下载
    积分:1
  • OA(30)
    Oa 综合管理系统 集合SQL server 一体化的办公软件(The Oa integrated management system for collection of the office of the SQL server integration software)
    2012-08-18 15:20:05下载
    积分:1
  • jetsql_src
    使用MS Jet做的一个解释运行SQL语句/文件的程序(The app of interpreting SQL text or file based on MS JET)
    2020-06-30 04:40:02下载
    积分:1
  • CarService
    说明:  汽车维修管理系统。系统是在VC++和SQL Server 2000下开发的. 数据库文件需要在SQLSERVER的查询分析器中恢复. 因为程序极为经典,所以上传。编程环境: visual stdio c++ .net,Ado + SQL2000 。SQL设置: 将在SQL2000下建立CarService数据库,导入数据文件。主要用ADO访问数据库。。。 主要功能: 查询,添加,删除,显示信息(Vehicle Maintenance Management System. System is in VC++ and SQL Server 2000 under the development. SQLSERVER database files need to recover the query analyzer. Because the program is extremely classic, so upload. Programming environment: visual stdio c++. Net, Ado+ SQL2000. SQL settings: Under the establishment of CarService in SQL2000 database, import data files. The main access to the database using ADO. . . Main functions: query, add, delete, display information)
    2021-04-05 12:29:03下载
    积分:1
  • prison1
    用C++和SQL SEVER2000做的监狱管理系统,希望对大家有用!!!(Using C++ and SQL SEVER2000 do prison management system, we want to be useful! ! !)
    2010-05-25 08:25:51下载
    积分:1
  • ADOConn
    sql server2000的一般操作类。里面基本包括了连接、插入修改,()
    2007-09-29 12:24:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载