OLE DB 템플릿
The OLE DB templates make OLE DB data access easier. Visual C++ provides template classes that implement many of the commonly used OLE DB interfaces. You can use the Visual C++ consumer templates to write an OLE DB client (consumer) application and the provider templates to write a server (provider) application.
단원 내용
OLE DB 소비자 템플릿
Provides links to the OLE DB Consumer Template classes listed by usage.OLE DB 공급자 템플릿
Provides links to the OLE DB Provider Template classes listed by usage.
관련 단원
OLE DB 프로그래밍 개요
Describes what OLE DB is and discusses Universal Data Access in OLE DB.OLE DB Programmer's Reference
Provides links to the Windows SDK documentation on OLE DB.OLE DB Templates Samples
Provides links to the OLE DB Templates samples that show how to use OLE DB in your projects.OLE DB 소비자 템플릿
Discusses conceptual material about the OLE DB Consumer Templates.OLE DB 공급자 템플릿
Discusses conceptual material about the OLE DB Provider Templates.OLE DB 소비자 만들기
Describes creating an OLE DB Templates consumer either with or without the ATL OLE DB Consumer Wizard.Creating a Simple Read-Only Provider
Describes creating a simple read-only provider that reads a pair of strings.Creating an Updatable Provider
Describes creating providers that can write to the data store.OLE DB Consumer Attributes
Discusses a simplified interface to inject code based on the OLE DB Consumer Templates to create working OLE DB consumers.Active Template Library (ATL) Reference
COM 개체를 손쉽게 프로그래밍할 수 있게 하는 템플릿 기반 C++ 클래스 집합인 ATL 라이브러리에 대한 참고 자료를 제공합니다.Visual C++ 라이브러리
ATL, MFC, OLE DB 템플릿, C 런타임 라이브러리, 표준 C++ 라이브러리를 포함하여 Visual C++에 제공되는 다양한 라이브러리에 대한 링크를 제공합니다.디버깅
Visual Studio 디버거를 사용하여 응용 프로그램이나 저장 프로시저의 논리적 오류를 수정하는 방법을 설명하는 항목의 링크를 제공합니다.