dbTalk Databases Forums  

execute asp file

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


Discuss execute asp file in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ernesto L via SQLMonster.com
 
Posts: n/a

Default execute asp file - 09-05-2005 , 05:47 AM






Hello,
I am wondering if it is possible to execute an asp file from a DTS activex
Script

Thanks


--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200509/1

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

Default Re: execute asp file - 09-06-2005 , 12:21 PM






You can make a Http request using the XMLHttp object in a script task, e.g.

Set xmlHTTP = CreateObject ("MSXML2.ServerXMLHTTP.4.0")
xmlHTTP.open "GET","http://someotherserver/respond.asp", False
xmlHTTP.send ()

--
Darren Green
http://www.sqldts.com
http://www.sqlis.com


"Ernesto L via SQLMonster.com" <forum (AT) SQLMonster (DOT) com> wrote

Quote:
Hello,
I am wondering if it is possible to execute an asp file from a DTS activex
Script

Thanks


--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200509/1



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.