dbTalk Databases Forums  

How can i execute activeX script in DTS from ASP.NET?

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


Discuss How can i execute activeX script in DTS from ASP.NET? in the microsoft.public.sqlserver.dts forum.



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

Default How can i execute activeX script in DTS from ASP.NET? - 10-13-2003 , 07:20 AM






hi,
I want to write the ActiveX script in DTS package,
Which is execute the another DTS package.
so, Now i need to exeute this activex script from
asp.net with out using the dtspkg.dll.

Is it possible?

Please help.

thanks in advance.

regards,
Prakash.

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: How can i execute activeX script in DTS from ASP.NET? - 10-13-2003 , 12:48 PM






In article <0d5d01c39184$58ee51f0$a401280a (AT) phx (DOT) gbl>, Prakash
<dharmaprakash (AT) prudencetech (DOT) com> writes
Quote:
hi,
I want to write the ActiveX script in DTS package,
Which is execute the another DTS package.
so, Now i need to exeute this activex script from
asp.net with out using the dtspkg.dll.

Is it possible?

Please help.

thanks in advance.

regards,
Prakash.
No. You can use the DTs package object model to load a package and
interrogate it to read the contents of the script task into a variable,
but you cannot execute the script without executing the package. Loading
or executing will both require the object model, part of which is
provided in dtspkg.dll.


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.