資源簡介
數據庫課程設計 數據庫 課程設計 C++ 數據庫 課程設計 C++
代碼片段和文件信息
#include?“StdAfx.h“
#include?“connection.h“
CCONNECTION::CCONNECTION(void)
{
}
CCONNECTION::~CCONNECTION(void)
{
}
void?CCONNECTION::Initialize()
{CoInitialize(NULL);?//初始化OLE/COM庫環境???
?m_pConnection.CreateInstance(_uuidof(Connection));//初始化Connection指針???????????????????
?m_pRecordset.CreateInstance(_uuidof(Recordset));//初始化Recordset指針?
}
void?CCONNECTION::Connect(CString?s)
{
try?
{??//開始搜索
//連接數據源
m_pConnection->Open(DATASOURCEUSERPW0);? ?
m_pRecordset->Open(_bstr_t(s)(IDispatch*)m_pConnection
adOpenDynamicadLockOptimisticadCmdText);?}
catch?(_com_error?e)
{//異常處理
//AfxMessageBox(“連接數據庫操作失敗,確認數據庫“教學管理系統.mdb”是否在當前路徑下!“);????
AfxMessageBox(e.Description());
CoUninitialize();
return;????
}
}
?
void?CCONNECTION::Unitialize
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????2314240??2007-06-30?22:27??teachManageSystem\可執行文件\教學管理系統.exe
?????文件?????327680??2007-06-30?22:03??teachManageSystem\可執行文件\教學管理系統.mdb
?????文件???????1013??2007-06-16?17:10??teachManageSystem\源代碼\Connection.cpp
?????文件????????478??2006-07-08?22:22??teachManageSystem\源代碼\Connection.h
?????文件???????7179??2007-06-16?22:15??teachManageSystem\源代碼\CouInfoMana.cpp
?????文件???????1466??2007-06-16?22:14??teachManageSystem\源代碼\CouInfoMana.h
?????文件???????8319??2007-06-17?01:08??teachManageSystem\源代碼\GradeMana.cpp
?????文件???????1676??2007-06-17?01:05??teachManageSystem\源代碼\GradeMana.h
?????文件??????15589??2007-06-17?01:02??teachManageSystem\源代碼\GradeShow.cpp
?????文件???????1317??2007-06-17?01:02??teachManageSystem\源代碼\GradeShow.h
?????文件???????2375??2007-06-16?21:34??teachManageSystem\源代碼\History.cpp
?????文件???????1250??2007-06-16?21:35??teachManageSystem\源代碼\History.h
?????文件???????4360??2007-06-18?17:29??teachManageSystem\源代碼\MainWindow.cpp
?????文件???????2108??2007-06-18?17:00??teachManageSystem\源代碼\MainWindow.h
?????文件???????3657??2007-06-15?01:24??teachManageSystem\源代碼\ReadMe.txt
?????文件???????2024??2007-06-16?17:01??teachManageSystem\源代碼\Register.cpp
?????文件???????1232??2007-06-16?17:14??teachManageSystem\源代碼\Register.h
?????文件???????7906??2007-06-18?22:22??teachManageSystem\源代碼\resource.h
?????文件???????8689??2007-06-16?21:53??teachManageSystem\源代碼\SdeptInfoMana.cpp
?????文件???????1525??2007-06-16?23:45??teachManageSystem\源代碼\SdeptInfoMana.h
?????文件???????6137??2007-06-17?17:25??teachManageSystem\源代碼\SelCouResult.cpp
?????文件???????1643??2007-06-17?00:13??teachManageSystem\源代碼\SelCouResult.h
?????文件???????8646??2007-06-17?17:16??teachManageSystem\源代碼\SELECOUMANA.cpp
?????文件???????1624??2007-06-17?00:02??teachManageSystem\源代碼\SELECOUMANA.h
?????文件??????65723??2007-06-17?02:09??teachManageSystem\源代碼\Statics.cpp
?????文件???????1644??2007-06-17?02:07??teachManageSystem\源代碼\Statics.h
?????文件????????214??2007-06-15?01:24??teachManageSystem\源代碼\StdAfx.cpp
?????文件???????1054??2007-06-15?01:24??teachManageSystem\源代碼\StdAfx.h
?????文件??????11195??2007-06-16?19:42??teachManageSystem\源代碼\StuCou.cpp
?????文件???????1597??2007-06-16?19:28??teachManageSystem\源代碼\StuCou.h
............此處省略72個文件信息
評論
共有 條評論