MDAC 2.5 SDK - OLE DB Samples


 

Building Rowset Viewer

The file Makefile is set up for compilation with NMAKE, the Microsoft Program Maintenance Utility provided with Microsoft Visual Studio. The following example syntax builds a debug version of Rowset Viewer on the Intel x86 platform based on the Win32 (x86) application configuration.

NMAKE /f "makefile" CFG="RowsetViewer - Win32 x86 Debug"

To build a release version of Rowset Viewer on the Intel x86 platform based on the Win32 (x86) application configuration, use this syntax:

NMAKE /f "makefile" CFG="RowsetViewer - Win32 x86 Release"