July 8, 2003 at 4:58 am
Hi, i am trying to figure out how to send a http request such as
http://server.com/index.asp?parm1=???&parm2=??? etc
where the parms are retrieced from a query
thanks in advance for any suggestions/help
July 8, 2003 at 5:17 am
You can use sp_OACreate to Instantiate the XMLHTTP (MSXML.HTTP).
You then use the Appropriate sp_OA procs to set the properties and methods.
BOL has plenty worth while examples.
Cheers,
Crispin
Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!
July 8, 2003 at 5:24 am
Here's an old thread where it's done.
Cheers,
Crispin
Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!
July 8, 2003 at 5:29 am
Crispin thanks for the pointer. I'll check it out.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply