View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BEDE[_3_] BEDE[_3_] is offline
external usenet poster
 
Posts: 5
Default ADO - how to run proc returning a record

I got to run queries and stored procedures on Oracle DB well-enough using ADO
How can I run a stored procedure that returns a recordset (ref cursor in Oracle parlance)
Could I find one so kind to give me a sample?