MDAC 2.5 SDK - OLE DB Samples


 

Building Table Copy

The file TableCopy.mak 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 Table Copy on the Intel x86 platform based on the Win32 (x86) Application configuration.

NMAKE /f "tablecopy.mak" CFG="TableCopy - Win32 x86 Debug"

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

NMAKE /f "tablecopy.mak" CFG="TableCopy - Win32 x86 Release"

For additional information about using NMAKE, see the Microsoft Visual Studio documentation.