The DTS Data Pump is an OLE DB service provider that provides the interfaces and methods to import, export, and transform data between heterogeneous data stores. The DTS Data Pump extends OLE DB and provides a comprehensive set of interfaces to move and transform information from an OLE DB data source to an OLE DB destination.
The data pump provides an extensible COM-based architecture that allows custom appplications to perform complex data validations and transformations as data moves from source to destination. Third-party applications can also extend the data pump by creating custom COM objects that implement the IDTSDataPumpTransform interface to make use of the full power of Microsoft® Win32® and COM. This allows an application to avoid the overhead of converting native data types to OLE DB variant data types and then converting them back again.
Data pump interfaces are implemented using C++ applications that include Dtspump.h.
An application must call IDTSDataPump interface methods in order. For example, these methods must be called in this order:
Other methods on the interface may be called in any order prior to a call to the Execute method. Because the data pump represents a single execute operation, the data pump is not reentrant within calls. It returns an error if it is called as though it were reentrant.
Calls to IDTSDataPump result in calls to the IDTSDataPumpTransform interfaces in the following sequence: