CustomTransform

DTS Programming

DTS Programming

CustomTransform

This sample is an Active Template Library (ATL) template for a Data Transformation Services (DTS) custom transformation.

Default Location

C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Dts\ATLTemplates\CustomTransform

Running the Sample

To install this ATL template, do the following:

  1. Copy all the files in the C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Dts\ATLTemplates\CustomTransform\ directory, except DTSCuXFmUI.reg, to the ATL template directory.

    The default location for this directory is C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Template\ATL\.

  2. Run DTSCuXFmUI.reg.

For more information about how to implement a custom transformation framework using this template, see Building a Custom Transformation from the ATL Custom Transformation Template.

See Also

Implementing and Testing a DTS Custom Transformation

DTS Programming Samples