代码搜索:oledb
找到约 6,723 项符合「oledb」的源代码
代码结果 6,723
www.eeworm.com/read/16910/701533
lib oledb.lib
www.eeworm.com/read/16910/702357
h oledb.h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 3.01.75 */
/* at Tue Apr 28 11:55:07 1998
*/
/* Compiler settings for idl
www.eeworm.com/read/26953/860488
lib oledb.lib
www.eeworm.com/read/26953/861312
h oledb.h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 3.01.75 */
/* at Tue Apr 28 11:55:07 1998
*/
/* Compiler settings for idl
www.eeworm.com/read/236296/4642081
inc oledb.inc
; ===========================================
; oledb.inc copyright MASM32 1998 - 2003
; ===========================================
ADDRESS_CHANGE_FN PROTO :DWORD
CLIENT_ALLOC PROTO :DWOR
www.eeworm.com/read/212217/4937810
sln oledb.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OLEDB", "OLEDB.vcproj", "{74FCB4A9-86C0-4F17-B642-E8FE0066F34A}"
ProjectSection(Proje
www.eeworm.com/read/212217/4937818
h oledb.h
// OLEDB.h : OLEDB 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// COLEDBApp:
// 有关此类的实现,请参阅 OLEDB.cpp
www.eeworm.com/read/212217/4937819
cpp oledb.cpp
// OLEDB.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "OLEDB.h"
#include "MainFrm.h"
#include "OLEDBSet.h"
#include "OLEDBDoc.h"
#include "OLEDBView.h"
#ifdef _DEBUG
#define new DE