-
大小: 115KB文件類型: .rar金幣: 2下載: 1 次發(fā)布日期: 2021-06-11
- 語言: 數(shù)據(jù)庫
- 標(biāo)簽: VC??SQL??
資源簡介
SQL 2000的數(shù)據(jù)庫,用VC進(jìn)行連接,實現(xiàn)員工培訓(xùn)管理的部分操作。
大二做的東西。
連接方式用的ODBC 數(shù)據(jù)庫備份文件在SqlServer內(nèi)還原就可以用了
代碼片段和文件信息
//?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??員工培訓(xùn)管理系統(tǒng)\Main_DLG.cpp
?????文件???????1268??2009-09-21?09:17??員工培訓(xùn)管理系統(tǒng)\Main_DLG.h
?????文件??????26988??2009-09-25?12:40??員工培訓(xùn)管理系統(tǒng)\peixun.aps
?????文件???????5622??2009-09-25?15:45??員工培訓(xùn)管理系統(tǒng)\peixun.clw
?????文件???????2063??2009-09-17?23:31??員工培訓(xùn)管理系統(tǒng)\peixun.cpp
?????文件???????5128??2009-09-21?10:27??員工培訓(xùn)管理系統(tǒng)\peixun.dsp
?????文件????????518??2009-09-16?19:56??員工培訓(xùn)管理系統(tǒng)\peixun.dsw
?????文件???????1324??2009-09-16?19:56??員工培訓(xùn)管理系統(tǒng)\peixun.h
?????文件?????123904??2009-09-25?15:45??員工培訓(xùn)管理系統(tǒng)\peixun.ncb
?????文件??????59904??2009-09-25?15:45??員工培訓(xùn)管理系統(tǒng)\peixun.opt
?????文件????????246??2009-09-23?15:55??員工培訓(xùn)管理系統(tǒng)\peixun.plg
?????文件??????12111??2009-09-23?15:26??員工培訓(xùn)管理系統(tǒng)\peixun.rc
?????文件???????4778??2009-09-18?09:40??員工培訓(xùn)管理系統(tǒng)\peixunDlg.cpp
?????文件???????1354??2009-09-17?23:34??員工培訓(xùn)管理系統(tǒng)\peixunDlg.h
?????文件???????3054??2009-09-22?15:37??員工培訓(xùn)管理系統(tǒng)\Personinfoadd_DLG.cpp
?????文件???????1500??2009-09-21?15:35??員工培訓(xùn)管理系統(tǒng)\Personinfoadd_DLG.h
?????文件???????3659??2009-09-21?15:56??員工培訓(xùn)管理系統(tǒng)\Personinfogai.cpp
?????文件???????1447??2009-09-21?15:45??員工培訓(xùn)管理系統(tǒng)\Personinfogai.h
?????文件???????3802??2009-09-21?13:39??員工培訓(xùn)管理系統(tǒng)\Personinfo_DLG.cpp
?????文件???????1365??2009-09-18?10:30??員工培訓(xùn)管理系統(tǒng)\Personinfo_DLG.h
?????文件???????3579??2009-09-16?19:56??員工培訓(xùn)管理系統(tǒng)\ReadMe.txt
?????文件???????1078??2009-09-16?19:56??員工培訓(xùn)管理系統(tǒng)\res\peixun.ico
?????文件????????398??2009-09-16?19:56??員工培訓(xùn)管理系統(tǒng)\res\peixun.rc2
?????文件???????1734??2009-09-21?15:28??員工培訓(xùn)管理系統(tǒng)\resource.h
?????文件???????1615??2009-09-21?14:32??員工培訓(xùn)管理系統(tǒng)\Scoreinfoadd_DLG.cpp
?????文件???????1293??2009-09-21?10:29??員工培訓(xùn)管理系統(tǒng)\Scoreinfoadd_DLG.h
?????文件???????3156??2009-09-21?11:03??員工培訓(xùn)管理系統(tǒng)\Scoreinfo_DLG.cpp
?????文件???????1328??2009-09-21?10:44??員工培訓(xùn)管理系統(tǒng)\Scoreinfo_DLG.h
?????文件????????208??2009-09-16?19:56??員工培訓(xùn)管理系統(tǒng)\StdAfx.cpp
?????文件???????1074??2009-09-17?23:31??員工培訓(xùn)管理系統(tǒng)\StdAfx.h
............此處省略8個文件信息
評論
共有 條評論