The OLE DB Templates samples are as follows.
Sample | Description |
ATLAgent | Demonstrates using CCommand and CAccessor to read information from a database, and demonstrates using the compiler COM support to control the Microsoft Agent control. |
ATLMTO | Provider that dynamically acquires its column definitions. |
CatDB | Displays the schema information, such as tables and columns, of OLE DB providers. |
ComplexDB | Uses the OLE DB consumer template classes to create a control that uses complex data binding to show data in a list box. |
DBViewer | Demonstrates a mid-level application that relies on the CManualAccessor class. |
MultiRead | Reads through a table in a database using multiple threads. |
MyProv | A simple read-only provider that reads a set of two strings from a file. |
Provider | Demonstrates a provider that has more than one result set type. |