Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Calling URL like a procedure


Message #1 by "Mangalam" <mangalamr@y...> on Mon, 28 May 2001 11:37:26
hi,



i have an executable which is scheduled to run every minute. This 

executable has to following jobs:



-make a message packet by picking up things from database

-call a url with this message packet as query string

-retrieve the returned string from this URL & store it back in database



The URL now shoul act like a procedure which accepts the querystring as 

parameter & then return the return string. This URL 

(http://x.x.x.x/aaa/bbb.asp) should NOT open in the browser.



Is it possible to do this?? & HOW???


  Return to Index