How To Execute a SQL Server 7.0 DTS Package from Visual FoxPro (247356)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q247356 SUMMARY
SQL Server 7.0 Data Transformation Services (DTS) allows the definition of processes which import, export, or transform data and can be saved as packages. Each DTS package defines a workflow that includes one or more tasks executed in a coordinated sequence as steps. After a DTS package has been created and saved, it is completely self-contained and can be retrieved and executed using the following:
The DTS run command prompt utility.SQL Server Agent to run a scheduled job that executes the package.The DTS Designer user interface.The DTS Export and Import Wizard user interfaces.The Execute method of a DTS Package object in a custom application.
This article describes how to use the Execute method of a DTS Package object in a custom Visual FoxPro application.
REFERENCES
(c) Microsoft Corporation 1999, All Rights Reserved. Contributions by John Desch, Microsoft Corporation.
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbAutomation kbhowto kbSQLProg KB247356 |
---|
|