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

database-cPP2

于 2012-03-10 发布 文件大小:6056KB
0 180
下载积分: 1 下载次数: 3

代码说明:

  visual c++结合SQL 的典型应用,希望对大家的学习有帮助(visual c combination of SQL, a typical application, we hope that we learn to help )

文件列表:

CH6
...\STU
...\...\BASEINFO.CPP,472,2005-05-27
...\...\BASEINFO.H,1170,2005-07-27
...\...\DEBUG
...\...\.....\BASEINFO.OBJ,2346,2005-12-01
...\...\.....\BASEINFO.SBR,0,2005-05-31
...\...\.....\MSADO15.TLH,90681,2002-10-07
...\...\.....\MSADO15.TLI,76666,2002-10-07
...\...\.....\MY_DATA3.UDL,364,2005-07-27
...\...\.....\STDAFX.OBJ,133343,2005-12-01
...\...\.....\STDAFX.SBR,1767529,2005-05-31
...\...\.....\STU.BSC,3679232,2005-05-31
...\...\.....\STU.EXE,127046,2005-12-01
...\...\.....\STU.ILK,262372,2005-12-01
...\...\.....\STU.OBJ,19629,2005-12-01
...\...\.....\STU.PCH,7695480,2005-12-01
...\...\.....\STU.PDB,459776,2005-12-01
...\...\.....\STU.RES,2900,2005-12-01
...\...\.....\STU.SBR,0,2005-05-31
...\...\.....\STUDLG.OBJ,100222,2005-12-01
...\...\.....\STUDLG.SBR,0,2005-05-31
...\...\.....\VC60.IDB,238592,2005-12-05
...\...\.....\VC60.PDB,561152,2005-12-01
...\...\MSADO15.TLH,90631,2004-08-16
...\...\MSADO15.TLI,76620,2004-08-16
...\...\MY_DATA3.UDL,364,2005-07-27
...\...\README.TXT,3525,2005-05-27
...\...\RELEASE
...\...\.......\BASEINFO.OBJ,862,2005-12-01
...\...\.......\MSADO15.TLH,90685,2002-10-07
...\...\.......\MSADO15.TLI,76668,2002-10-07
...\...\.......\MY_DATA3.UDL,364,2005-07-27
...\...\.......\STDAFX.OBJ,862,2005-12-01
...\...\.......\STU.EXE,32768,2005-12-01
...\...\.......\STU.OBJ,12035,2005-12-01
...\...\.......\STU.PCH,7619916,2005-12-01
...\...\.......\STU.RES,2900,2005-12-01
...\...\.......\STUDLG.OBJ,41606,2005-12-01
...\...\.......\VC60.IDB,50176,2005-12-01
...\...\RES

...\...\...\STU.RC2,395,2005-05-27
...\...\RESOURCE.H,1049,2005-07-27
...\...\STDAFX.CPP,205,2005-05-27
...\...\STDAFX.H,1159,2005-05-28
...\...\STU.APS,21508,2005-12-01
...\...\STU.CLW,1624,2005-12-05
...\...\STU.CPP,2215,2005-05-28
...\...\STU.DSP,4233,2005-05-27
...\...\STU.DSW,531,2005-05-27
...\...\STU.H,1321,2005-05-28
...\...\STU.NCB,263168,2005-12-05
...\...\STU.OPT,180736,2005-12-05
...\...\STU.PLG,3553,2005-12-01
...\...\STU.RC,5961,2005-07-27
...\...\STUDLG.CPP,9518,2005-07-27
...\...\STUDLG.H,1956,2005-07-27
...\STUDENT.MDB,163840,2005-07-27
...\STUDENT_DATA.MDF,1048576,2005-09-01
...\STUDENT_LOG.LDF,1048576,2005-09-01
程序运行说明.DOC,256000,2005-12-05

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

发表评论

0 个回复

  • Market_Invoicing_System
    一个SQL数据库的使用例子,比较完整的会员制商场进销存系统源码(Example of the use of a SQL database, complete membership malls Invoicing System source code)
    2013-01-25 21:55:50下载
    积分:1
  • testSQLite
    VC访问SQLite数据库的完整工程,包含了基本的数据库应用测试代码,对快速学习有帮助。(VC access SQLite Database)
    2014-06-17 11:46:40下载
    积分:1
  • aybook.cn_aisleisnekffjs0816
    介绍SQL Server人事管理系统的实现过程。可学习借鉴(Introduction SQL Server Personnel Management System process. Can learn from)
    2011-01-15 16:14:22下载
    积分:1
  • sqlite-amalgamation-3071400
    sqlite3 数据库最新c源码(sqlite3 database source)
    2021-04-27 13:08:44下载
    积分:1
  • vc108423425252
    软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息(software introduced : Programming Environment : windows2003 visual c stdio. net Ado SQL2000 /## SQL##################################/** set up : the establishment schooldata SQL2000 database into data files into data : data directory is a breakdown school_back database file operations : using SQL Enterprise Manager Database reduction visit to the local data into the database server, Password is set as the, um, schooldata operation of the database user name and password the same as the main database with ADO visit, Several display data and control the Treectrl, listctrl. datagrid procedures are several BUG has not yet been solved, realization of functions : : On the choice of inquiries conditions : one tree to demonstrate control information related to the tree Lane click controls to s)
    2007-01-10 12:07:01下载
    积分:1
  • test_database
    一个实用的有很多的数据库的操作函数,并附带了一定的说明解释。可以直接运行的MFC连接SQL的代码程序。对数据库操作的常用的不常用的函数方法都有。(There are a practical lot of database manipulation functions, and comes with a certain amount of explanation explanation. MFC can be directly connected to SQL code to run the program. Commonly used method is not commonly used functions of database operations are.)
    2013-12-17 16:07:55下载
    积分:1
  • EXCEL-TO-SQL
    Excel按固定格式设计表结构,自动生成建表SQL(Excel automatically generates SQL to build the table)
    2014-04-18 15:05:18下载
    积分: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
  • 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
  • xxcd
    说明:  利用VB+SQLserver联合编程制作成为一个唱片店的数据库运营管理系统。本数据库既可以用来客户端登陆选购唱片,也可以用来做数据库后台维护。(Joint programming using VB+ SQLserver produced a record store operation management system database. The database can either be used to purchase the client login record, the database can also be used for background maintenance.)
    2010-04-28 23:40:28下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载