View Single Post
  #3 (permalink)  
Old 02-22-2010, 05:14 PM
RayBills RayBills is offline
Junior Member
 
Join Date: Feb 2010
Posts: 2
Default how about a vbs or js script

Ok. I understand the restriction for calling the stored sql procedure directly from my AA task. As a work around, I am assuming I could put the call to the stored procedure into a vbs or js script and in that script do the stored procedure call. This assume that vbs and js scripts can handle getting data back from the sql stored procedure - which I think is a pretty good assumption.

So - Do you have any examples of AA vbs or js scripts that would do a stored procedure call and get an updated paramaneter back?

Thanks again!
Reply With Quote