Managing DTS Package Programs in Visual Basic

DTS Programming

DTS Programming

Managing DTS Package Programs in Visual Basic

The topics that follow describe the implementation of DTS functions in Microsoft® Visual Basic®. These functions use the Data Transformation Services (DTS) object model.

Topic Description
Executing DTS Packages in Visual Basic Explains how to use the Execute method of the Package2 object and describes what you need to consider before reusing Package2.
Handling DTS Errors in Visual Basic Explains how to detect errors that occur during DTS package execution.
Saving DTS Packages in Visual Basic Explains how a Package2 object can save the package to storage and how to load a DTS package into a Package2 object.
Running a Package Saved as a Visual Basic File Explains how to incorporate a DTS package saved as a Visual Basic file by a DTS tool into a Visual Basic project.
Retrieving DTS Information in Visual Basic Explains how to obtain package and version information from a DTS package storage file.