dbTalk Databases Forums  

VB.Net Execute DTS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss VB.Net Execute DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sam
 
Posts: n/a

Default VB.Net Execute DTS - 01-03-2006 , 11:37 PM






I had exported MS SQL Server DTS to Visual Basic File (.bas).

I wonder how could execute dts.bas via vb.net ?

Please advise.

Many thanks.



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: VB.Net Execute DTS - 01-04-2006 , 12:18 AM






Hello Sam,

Why are you holding the package in a .bas file and executing? Essentially
whenever you execute that .bas file you are building the package from scratch
again each time you run. Why not store the package as a structured storage
file? Much easier and no recompilation required.

Have a look here for ideas on how to execute the package.

http://www.sqldev.net/dts/DotNETCookBook.htm


Converting a DTS Package from Visual Basic 6.0 to Visual Basic .Net
(http://www.sqldts.com/default.aspx?264)


Allan



Quote:
I had exported MS SQL Server DTS to Visual Basic File (.bas).

I wonder how could execute dts.bas via vb.net ?

Please advise.

Many thanks.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.