The NorthwindOleDb sample application is not available when you install SQL Server Mobile Edition from a SQL Server 2005 installation (909751)



The information in this article applies to:

  • Microsoft SQL Server 2005 Mobile Edition

SYMPTOMS

NorthwindOleDb is a Microsoft Visual C++ for Devices sample application that illustrates how to use the OLE DB to create and to interact with a Microsoft SQL Server 2005 Mobile Edition database.

When you install SQL Server Mobile Edition from a SQL Server 2005 installation, you may notice that the NorthwindOleDb sample application is not available.

CAUSE

The NorthwindOleDb sample application is installed when SQL Server Mobile Edition is installed together with Microsoft Visual Studio 2005. When you install SQL Server Mobile Edition through SQL Server 2005, the NorthwindOleDb sample application is not installed.

RESOLUTION

To resolve this issue, install Visual Studio 2005 by using the Smart Device Programmability install option. When you select the Smart Device Programmability install option, the Setup program installs a set of programming tools for SQL Server 2005 Mobile Edition. These programming tools include the NorthwindOleDb sample application.

By default, the NorthwindOleDb sample application is installed to the following folder:

Drive:\Program files\Microsoft SQL Server 2005 Mobile Edition\Samples\NorthwindOleDb

Note Drive represents the system disk.

STATUS

This behavior is by design.

Modification Type:MinorLast Reviewed:3/13/2006
Keywords:kbprb KB909751 kbAudDeveloper