README How to enumerate OLE DB data sources (OLE DB)

Shows how to use the enumerator object to list the data sources available. This sample is not supported on IA64.

Scenario

For more information on this sample, see How to: Enumerate OLE DB Data Sources (OLE DB) in Books Online.

Languages

This sample uses Visual C++.

Prerequisites

Before running this sample, make sure the following software is installed:

Building the Sample

  • If you are using Visual Studio, load the ListDataSourcesWithEnumerator.sln file and build it.

  • If you are using MSBuild.exe, invoke MSBuild.exe at a command prompt, passing it the ListDataSourcesWithEnumerator.sln file:

    MSBuild ListDataSourcesWithEnumerator.sln
    

Running the Sample

  • From Visual Studio, invoke Start Without Debugging (CTRL+F5).
  • If you built with MSBuild.exe, invoke ListDataSourcesWithEnumerator.exe.

Change History

Release History

17 July 2006

Changed content:
  • Clarified and updated prerequisites including the Web site for downloading the samples.

See Also

Concepts

Data Access Samples

Help and Information

Getting SQL Server 2005 Assistance