资源简介
本系统通过ado方式连接access数据库,实现学生信息表的增删改查等操作
代码片段和文件信息
// ADOAccess.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ADOAccess.h“
#include “ADOAccessDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CADOAccessApp
BEGIN_MESSAGE_MAP(CADOAccessApp CWinApp)
//{{AFX_MSG_MAP(CADOAccessApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CADOAccessApp construction
CADOAccessApp::CADOAccessApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CADOAccessApp object
CADOAccessApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CADOAccessApp initialization
BOOL CADOAccessApp::InitInstance()
{
AfxEnableControlContainer();
//初始换comm环境创建ADO连接
AfxOleInit();
//CoInitialize(NULL);
m_pConnection.CreateInstance(__uuidof(Connection));
try{
m_pConnection->Open(“Provider=Microsoft.Jet.OLEDB.4.0;Data Source=student.mdb“““““adModeUnknown);
}
catch(_com_error e)
{
AfxMessageBox(“数据库连接失败确定数据库student.mdb是否在当前目录中“);
return FALSE;
}
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CADOAccessDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return TRUE;
}
int CADOAccessApp::ExitInstance()
{
if(m_pConnection->GetState())
{
m_pConnection->Close();
m_pConnection = NULL;
}
return CWinApp::ExitInstance();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 36196 2015-08-10 15:25 ADOAccess\ADOAccess.aps
文件 1588 2015-08-10 15:46 ADOAccess\ADOAccess.clw
文件 2657 2015-08-10 15:43 ADOAccess\ADOAccess.cpp
文件 4213 2015-08-10 08:49 ADOAccess\ADOAccess.dsp
文件 524 2015-08-10 08:49 ADOAccess\ADOAccess.dsw
文件 1421 2015-08-10 15:43 ADOAccess\ADOAccess.h
文件 246784 2015-08-10 15:46 ADOAccess\ADOAccess.ncb
文件 55808 2015-08-10 15:46 ADOAccess\ADOAccess.opt
文件 252 2015-08-10 15:43 ADOAccess\ADOAccess.plg
文件 5958 2015-08-10 15:25 ADOAccess\ADOAccess.rc
文件 8561 2015-08-10 15:38 ADOAccess\ADOAccessDlg.cpp
文件 1691 2015-08-10 15:33 ADOAccess\ADOAccessDlg.h
文件 127048 2015-08-10 15:43 ADOAccess\Debug\ADOAccess.exe
文件 381004 2015-08-10 15:43 ADOAccess\Debug\ADOAccess.ilk
文件 44498 2015-08-10 15:43 ADOAccess\Debug\ADOAccess.obj
文件 6928340 2015-08-10 14:04 ADOAccess\Debug\ADOAccess.pch
文件 615424 2015-08-10 15:43 ADOAccess\Debug\ADOAccess.pdb
文件 2924 2015-08-10 15:25 ADOAccess\Debug\ADOAccess.res
文件 98620 2015-08-10 15:43 ADOAccess\Debug\ADOAccessDlg.obj
文件 222015 2012-06-06 13:05 ADOAccess\Debug\msado15.tlh
文件 167300 2012-06-06 13:05 ADOAccess\Debug\msado15.tli
文件 132915 2015-08-10 14:04 ADOAccess\Debug\StdAfx.obj
文件 246784 2015-08-10 15:43 ADOAccess\Debug\vc60.idb
文件 577536 2015-08-10 15:43 ADOAccess\Debug\vc60.pdb
文件 221931 2012-06-06 13:05 ADOAccess\msado15.tlh
文件 167258 2012-06-06 13:05 ADOAccess\msado15.tli
文件 3633 2015-08-10 08:49 ADOAccess\ReadMe.txt
文件 1078 2015-08-10 08:49 ADOAccess\res\ADOAccess.ico
文件 401 2015-08-10 08:49 ADOAccess\res\ADOAccess.rc2
文件 1055 2015-08-10 15:25 ADOAccess\resource.h
............此处省略9个文件信息
相关资源
- iPod_Accessory_Protocol_Interface_Spec_R38_Cop
- Access学生信息管理系统
- ACCESS通用登录系统
- Access图书管理系统219149
- 学生公寓管理系统 (ADO+ACCESS)
- 基于Access数据库的图书管理系统
- web服务器的访问日志access.log
- Unified Access Control
- 超越Spy++的界面查看工具AccessibilityI
- access教学管理系统数据库源文件+实验
- 图书管理系统.accdb
- 汉字转拼音五笔access对照库新华字典
- access系统酒店管理
- Access销售管理信息系统
- 图书馆管理系统-access数据库图书馆管
- MDACMicrosoft Data Access Components v2.8 简体
- 收银系统源码
- 使用Access制作的图书管理系统
- 物流管理系统.accdb
- EXCEL+ACCESS工作管理系统 最终版更新十
- 接收串口数据保存至ACCESS数据库
- JxcAccess.zip
- 计算机等级考试二级Access数据库笔试
- Access 2007从入门到精通文件
- AccessDiver 4.402英文版
- 解压版ACCESS数据库查看器
- Access大作业案例汽车4S店管理系统
- opc Data Access Standard 1.0A
- 成语词典,汉语词典,英语词典数据
- Access超市库存管理系统 数据库课程设
评论
共有 条评论