View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nurkus[_2_] nurkus[_2_] is offline
external usenet poster
 
Posts: 5
Default Return a stored procedure value to Excel

I have a stored procedure that returns a single value from an SQL table, uses
that value to wite data into another SQL table and increments the original
value by 1.

I can invoke the procedure from excel using ADO, but I can't return the
value into excel for further processing. Can anyone help?