View Single Post
  #2 (permalink)  
Old 02-22-2010, 09:29 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello,

Currently, unfortunately, you cannot directly get the recordset returned by executing a stored procedure into Automation Anywhere variable. However, you can try this, at the end of stored procedure you can store the resultant recordset into any temporary table using 'Insert Into Table' statement then using 'Execute Query' command get the resultant data from that temporary table.

Hope that helps.
Reply With Quote