资源简介
SQL 2000的数据库,用VC进行连接,实现员工培训管理的部分操作。
大二做的东西。
连接方式用的ODBC 数据库备份文件在SqlServer内还原就可以用了
代码片段和文件信息
// Main_DLG.cpp : implementation file
//
#include “stdafx.h“
#include “peixun.h“
#include “Main_DLG.h“
#include “Personinfo_DLG.h“
#include “Traininfo_DLG.h“
#include “Scoreinfo_DLG.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMain_DLG dialog
CMain_DLG::CMain_DLG(CWnd* pParent /*=NULL*/)
: CDialog(CMain_DLG::IDD pParent)
{
//{{AFX_DATA_INIT(CMain_DLG)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CMain_DLG::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CMain_DLG)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CMain_DLG CDialog)
//{{AFX_MSG_MAP(CMain_DLG)
ON_BN_CLICKED(IDC_BUTTON1 OnButton1)
ON_BN_CLICKED(IDC_BUTTON2 OnButton2)
ON_BN_CLICKED(IDC_BUTTON3 OnButton3)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMain_DLG message handlers
void CMain_DLG::OnButton1()
{
// TODO: Add your control notification handler code here
CPersoninfo_DLG person;
person.DoModal();
}
void CMain_DLG::OnButton2()
{
// TODO: Add your control notification handler code here
CTraininfo_DLG train;
train.DoModal();
}
void CMain_DLG::OnButton3()
{
// TODO: Add your control notification handler code here
CScoreinfo_DLG score;
score.DoModal();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1576 2009-09-21 09:38 员工培训管理系统\Main_DLG.cpp
文件 1268 2009-09-21 09:17 员工培训管理系统\Main_DLG.h
文件 26988 2009-09-25 12:40 员工培训管理系统\peixun.aps
文件 5622 2009-09-25 15:45 员工培训管理系统\peixun.clw
文件 2063 2009-09-17 23:31 员工培训管理系统\peixun.cpp
文件 5128 2009-09-21 10:27 员工培训管理系统\peixun.dsp
文件 518 2009-09-16 19:56 员工培训管理系统\peixun.dsw
文件 1324 2009-09-16 19:56 员工培训管理系统\peixun.h
文件 123904 2009-09-25 15:45 员工培训管理系统\peixun.ncb
文件 59904 2009-09-25 15:45 员工培训管理系统\peixun.opt
文件 246 2009-09-23 15:55 员工培训管理系统\peixun.plg
文件 12111 2009-09-23 15:26 员工培训管理系统\peixun.rc
文件 4778 2009-09-18 09:40 员工培训管理系统\peixunDlg.cpp
文件 1354 2009-09-17 23:34 员工培训管理系统\peixunDlg.h
文件 3054 2009-09-22 15:37 员工培训管理系统\Personinfoadd_DLG.cpp
文件 1500 2009-09-21 15:35 员工培训管理系统\Personinfoadd_DLG.h
文件 3659 2009-09-21 15:56 员工培训管理系统\Personinfogai.cpp
文件 1447 2009-09-21 15:45 员工培训管理系统\Personinfogai.h
文件 3802 2009-09-21 13:39 员工培训管理系统\Personinfo_DLG.cpp
文件 1365 2009-09-18 10:30 员工培训管理系统\Personinfo_DLG.h
文件 3579 2009-09-16 19:56 员工培训管理系统\ReadMe.txt
文件 1078 2009-09-16 19:56 员工培训管理系统\res\peixun.ico
文件 398 2009-09-16 19:56 员工培训管理系统\res\peixun.rc2
文件 1734 2009-09-21 15:28 员工培训管理系统\resource.h
文件 1615 2009-09-21 14:32 员工培训管理系统\Scoreinfoadd_DLG.cpp
文件 1293 2009-09-21 10:29 员工培训管理系统\Scoreinfoadd_DLG.h
文件 3156 2009-09-21 11:03 员工培训管理系统\Scoreinfo_DLG.cpp
文件 1328 2009-09-21 10:44 员工培训管理系统\Scoreinfo_DLG.h
文件 208 2009-09-16 19:56 员工培训管理系统\StdAfx.cpp
文件 1074 2009-09-17 23:31 员工培训管理系统\StdAfx.h
............此处省略8个文件信息
相关资源
- mysql数据库驱动8.0.12版本
- 安装SQLServer 2008 R2安装详细图文教程
- SQLServer2008R2简体中文版(64位)
- SQL Server 2000 绿色版
- SQL Server 绿色版,不需安装
- mha4mysql-0.56-0.el6
- mysql_5.6.24_winx64
- MYSQL作业提交作业批改系统.zip
- Maven搭建Spring+Mybatis+MySql
- sql server 2012 R2企业版安装光盘ISO
- 成语首尾字用于成语接龙.sql
- MySQL中文手册api帮助文档
- linux_mysql5.1.66x86_64.zip
- postgresql分布式安装部署
- PostgreSQL-从入门到精通
- SQL文自动整理格式工具
- 赛门铁克Backup Exec 12防护Microsoft SQL
- 6.SparkSQL下--Spark实战应用.pdf
- oracle 到mysql转换工具
- SqlServer+ServHA Cluster双机热备配置实战
- Sql高级查询练习题(有答案
- 易语言SQL操作ACCESS数据库例程源码
- 易语言SQLserver数据库操作例程源码
- 数据库原理实验指导书Mysql
- 金蝶K3 新旧物料编码转换 SQL语句
- mysql 5.6 绿色精简版 5Mb
- mysql Premium 破解
- PL SQL Developer 7.1.4 汉化包
- 深入浅出MySQL第二版本pdf
- 深入浅出MySQL.pdf
评论
共有 条评论