VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Simple step to Run DTS SQL Server in VB

Edi Herdiawan  (1 Submission)   OLE/COM/DCOM/Active-X   Visual Basic 5.0   Unknown Difficulty   Tue 14th June 2005   Mon 8th February 2021

Simple step to Run DTS SQL Server in VB

API Declarations


1. After ur create a DTS on SQL server, save it as VB script, it will be save as VB Module, extention file is BAS
2. Add it as Module on ur VB project
3. Open it and go to top line and find Private procedure with name Main(), and rename it with ur own name as Public procedure , such as DTS_1
4. Add command button to run public procedure DTS_1
5. Add reference on ur project for ;
- Microsoft dts custom task library
- Microsoft  dtsdatapump scripting object
- Microsoft  dts package object library


Rate Simple step to Run DTS SQL Server in VB (1(1 Vote))
Simple step to Run DTS SQL Server in VB.bas

Simple step to Run DTS SQL Server in VB Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters