• 大小: 37KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: C/C++
  • 标签: c++  

资源简介

VC++新手必看例子:使用ADO连接数据库并查询数据 VC++新手必看例子:使用ADO连接数据库并查询数据

资源截图

代码片段和文件信息

// Demo.cpp : Defines the class behaviors for the application.
// Download by http://www.codefans.net

#include “stdafx.h“
#include “Demo.h“
#include “DemoDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDemoApp

BEGIN_MESSAGE_MAP(CDemoApp CWinApp)
//{{AFX_MSG_MAP(CDemoApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CDemoApp construction

CDemoApp::CDemoApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     118784  2010-07-30 11:17  codefans.net\VC++使用ADO在数据库中查找记录\Debug\Demo.mdb

     文件       2190  2010-07-30 11:19  codefans.net\VC++使用ADO在数据库中查找记录\Demo.cpp

     文件       4120  2007-12-19 15:36  codefans.net\VC++使用ADO在数据库中查找记录\Demo.dsp

     文件        533  2007-12-17 17:01  codefans.net\VC++使用ADO在数据库中查找记录\Demo.dsw

     文件       1302  2007-12-17 17:01  codefans.net\VC++使用ADO在数据库中查找记录\Demo.h

     文件       5344  2008-05-21 10:34  codefans.net\VC++使用ADO在数据库中查找记录\Demo.rc

     文件       7994  2010-07-30 11:19  codefans.net\VC++使用ADO在数据库中查找记录\DemoDlg.cpp

     文件       1642  2007-12-19 11:20  codefans.net\VC++使用ADO在数据库中查找记录\DemoDlg.h

     文件      90619  2005-08-14 05:00  codefans.net\VC++使用ADO在数据库中查找记录\msado15.tlh

     文件      76614  2005-08-14 05:00  codefans.net\VC++使用ADO在数据库中查找记录\msado15.tli

     文件       3543  2007-12-17 17:01  codefans.net\VC++使用ADO在数据库中查找记录\ReadMe.txt

     文件       1078  2007-12-17 17:01  codefans.net\VC++使用ADO在数据库中查找记录\res\Demo.ico

     文件        396  2007-12-17 17:01  codefans.net\VC++使用ADO在数据库中查找记录\res\Demo.rc2

     文件        774  2007-12-19 15:55  codefans.net\VC++使用ADO在数据库中查找记录\resource.h

     文件        206  2007-12-17 17:01  codefans.net\VC++使用ADO在数据库中查找记录\StdAfx.cpp

     文件       1163  2007-12-17 17:18  codefans.net\VC++使用ADO在数据库中查找记录\StdAfx.h

     目录          0  2010-07-30 11:18  codefans.net\VC++使用ADO在数据库中查找记录\Debug

     目录          0  2009-12-23 21:55  codefans.net\VC++使用ADO在数据库中查找记录\res

     目录          0  2010-07-30 11:20  codefans.net\VC++使用ADO在数据库中查找记录

     目录          0  2010-07-30 11:20  codefans.net

----------- ---------  ---------- -----  ----

               316302                    20


评论

共有 条评论