91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.15MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-25
  • 語言: C/C++
  • 標簽: VC??mfc??access??ado??

資源簡介

絕對可用 在網上找了一圈 文檔也看了一圈 沒一個能真正用的 所以我綜合了一下 做出了這個供大家使用

資源截圖

代碼片段和文件信息

//?odbc.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“odbc.h“
#include?“odbcDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
//?COdbcApp

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

/////////////////////////////////////////////////////////////////////////////
//?COdbcApp?construction

COdbcApp::COdbcApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?COdbcApp?object

COdbcApp?theApp;
SQLHENV?m_henv?=?NULL;
SQLHDBC?m_hdbc?=?NULL;
SQLHSTMT?hStmt?=?NULL;
char?gfields[128]gconditions[256];

/////////////////////////////////////////////////////////////////////////////
//?COdbcApp?initialization

BOOL?COdbcApp::InitInstance()
{
AfxEnableControlContainer();

//?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

COdbcDlg?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?FALSE;
}





int?COdbcApp::ExitInstance()?
{
//?TODO:?Add?your?specialized?code?here?and/or?call?the?base?class
icePub_databaseDisConnect(m_henv?m_hdbc?hStmt);
return?CWinApp::ExitInstance();
}

void?COdbcApp::AddToRecentFileList(LPCTSTR?lpszPathName)?
{
//?TODO:?Add?your?specialized?code?here?and/or?call?the?base?class

CWinApp::AddToRecentFileList(lpszPathName);
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????5998??2010-03-13?16:04??testdatabasedll\iceFuncGui.h

?????文件?????393216??2010-04-27?16:24??testdatabasedll\icePubDll.dll

?????文件??????40004??2010-04-27?16:24??testdatabasedll\icePubDll.lib

?????文件???????1731??2012-01-04?11:39??testdatabasedll\odbc.clw

?????文件???????2533??2010-02-23?17:56??testdatabasedll\odbc.cpp

?????文件???????4169??2012-01-04?11:40??testdatabasedll\odbc.dsp

?????文件????????516??2009-09-16?13:46??testdatabasedll\odbc.dsw

?????文件???????1393??2009-09-24?17:29??testdatabasedll\odbc.h

?????文件?????227088??2010-02-23?18:48??testdatabasedll\odbc.ilk

?????文件???????1856??2012-01-04?11:39??testdatabasedll\odbc.plg

?????文件???????1627??2009-09-25?11:39??testdatabasedll\odbcDlg.h

?????文件???????3543??2009-09-16?13:46??testdatabasedll\ReadMe.txt

?????文件???????1142??2009-09-25?10:53??testdatabasedll\resource.h

?????文件????????206??2009-09-16?13:46??testdatabasedll\StdAfx.cpp

?????文件???????1227??2010-02-27?22:00??testdatabasedll\StdAfx.h

?????文件?????135168??2012-01-04?11:35??testdatabasedll\test.mdb

?????文件?????????96??2012-01-04?11:28??testdatabasedll\test.txt

?????文件???????7358??2010-03-11?16:46??testdatabasedll\res\odbc.ico

?????文件????????396??2009-09-16?13:46??testdatabasedll\res\odbc.rc2

?????文件????3474432??2012-01-04?11:39??testdatabasedll\Release\odbc.bsc

?????文件??????50688??2012-01-04?11:39??testdatabasedll\odbc.opt

?????文件???????6079??2012-01-04?11:28??testdatabasedll\odbc.rc

?????文件??????42916??2012-01-04?11:28??testdatabasedll\odbc.aps

?????文件??????10190??2012-01-04?11:38??testdatabasedll\odbcDlg.cpp

?????文件??????32768??2012-01-04?11:39??testdatabasedll\testdatabase.exe

?????目錄??????????0??2012-01-04?10:52??testdatabasedll\res

?????目錄??????????0??2012-01-04?10:52??testdatabasedll\Release

?????目錄??????????0??2012-01-04?10:52??testdatabasedll

?????文件?????148480??2012-01-04?11:40??testdatabasedll\odbc.ncb

-----------?---------??----------?-----??----

............此處省略2個文件信息

評論

共有 條評論