登录
首页 » Visual C++ » StudentManagement

StudentManagement

于 2010-01-13 发布 文件大小:525KB
0 261
下载积分: 1 下载次数: 104

代码说明:

  (SQL-MFC) 学生信息管理软件: 学生信息输入; 学生信息删除(分为按照学号和姓名); 学生信息查询(分为按照学号,姓名,性别,班级,年级); 学生信息更改。 (Visual Studio.NET 2003 + SQL SERVER 2000) 安装SQL 服务器后,修改程序中ADOConn.cpp 34行: serverName改为你的SQL服务器名称。数据库的mdf,ldf文件已经包含在此文件中,需要通过SQL企业管理器附加。 ((SQL-MFC) Student Information Management Software: student information input student information deleted (divided according to number and name of school) Student Information Query (divided in accordance with Student ID, name, gender, class, grade) student information changes. (Visual Studio.NET 2003+ SQL SERVER 2000) to install SQL server, modify the program ADOConn.cpp 34 rows: serverName change your SQL server name. Database, mdf, ldf file has been included in this document, you need to add through SQL Enterprise Manager.)

文件列表:

(Updated)StudentManagement
..........................\Database
..........................\........\StudentManagement_Data.MDF
..........................\........\StudentManagement_Log.LDF
..........................\StudentManagement
..........................\.................\ADOConn.cpp
..........................\.................\ADOConn.h
..........................\.................\adodc.cpp
..........................\.................\adodc.h
..........................\.................\Debug
..........................\.................\.....\BuildLog.htm
..........................\.................\field.cpp
..........................\.................\field.h
..........................\.................\fields.cpp
..........................\.................\fields.h
..........................\.................\font.cpp
..........................\.................\font.h
..........................\.................\ItemChg.cpp
..........................\.................\ItemChg.h
..........................\.................\NameDelete.cpp
..........................\.................\NameDelete.h
..........................\.................\NameInputdlg.cpp
..........................\.................\NameInputdlg.h
..........................\.................\NumberDelete.cpp
..........................\.................\NumberDelete.h
..........................\.................\properties.cpp
..........................\.................\properties.h
..........................\.................\property.cpp
..........................\.................\property.h
..........................\.................\ReadMe.txt
..........................\.................\res


..........................\.................\...\StudentManagement.manifest
..........................\.................\...\StudentManagement.rc2

..........................\.................\resource.h
..........................\.................\stdafx.cpp
..........................\.................\stdafx.h
..........................\.................\StudentIndex.cpp
..........................\.................\StudentIndex.h
..........................\.................\StudentInfoChg.cpp
..........................\.................\StudentInfoChg.h
..........................\.................\StudentInfoDisp.cpp
..........................\.................\StudentInfoDisp.h
..........................\.................\StudentManagement.aps
..........................\.................\StudentManagement.cpp
..........................\.................\StudentManagement.h
..........................\.................\StudentManagement.rc
..........................\.................\StudentManagement.vcproj
..........................\.................\StudentManagementDlg.cpp
..........................\.................\StudentManagementDlg.h
..........................\.................\_recordset.cpp
..........................\.................\_recordset.h
..........................\StudentManagement.ncb
..........................\StudentManagement.sln

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

发表评论

0 个回复

  • kefangguanli
    客房管理系统,利用Visual C++和SQL语言共同完成的客房管理软件(Room Management System using Visual C++ and SQL language common to complete the room management software)
    2010-05-23 11:52:23下载
    积分:1
  • 898t
    简单课设学生成绩管理系统---VB程序模块,VB与SQL的结合,包括增删\改查等功能,还包括连表查询.-simple lesson student performance management system -- the VB program modules, VB and SQL integration, include additional deleted reform investigation, and other functions, including even table inquiries. (Simple lesson for student achievement management system--- VB program modules, VB and SQL combination, including additions and deletions to search functions, including even the table inquiries .- simple lesson student performance management system- the VB program modules, VB and SQL integration, include additional deleted reform investigation, and other functions, including even table inquiries.)
    2008-12-26 13:44:39下载
    积分: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
  • code
    用VC++6.0开发的人事信息系统,调试成功,并附有源码及文档。供大家共同学习,希望对你们有帮助(With VC++ 6.0 Development of Personnel Information System, debugging success, together with source code and documentation. For everyone to learn, I hope for your help)
    2009-01-04 14:51:42下载
    积分:1
  • UseProcedure
    在ADO中调用、执行SQL Server中的存储过程(The ADO call, the implementation of SQL Server stored procedure)
    2010-06-20 19:41:37下载
    积分: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
  • 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
  • jkj
    ado 访问数据库的设置,用控件实现后拷贝原码(ado access to the database settings, after achieving control with the original copy code)
    2006-06-20 09:20:48下载
    积分:1
  • 426754CTreeDemo
    说明:  数据库的递归查找程序,可以快速的实现数据库的查找(Recursive Finder database, you can quickly find the realization of the database)
    2008-10-22 12:34:57下载
    积分:1
  • ToolsOPtimization
    本软件是mfc+sql开发,欢迎大家交流学习(mfc sql development, we welcome the exchange of learning)
    2020-10-26 23:19:59下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载