Hello,
I am using an ADO connection to execute a stored procedure from my SqlDatabase, into a code unit
I know that the execution of the procedure is doing well, beacause it upadates a table the way it should .
This procedure also gives back data, that i'm trying to catch into a recordset.
My pb is that I have always this message:
ADODB.EOF is not allowed if the object is closed
And I'm sure I've made it open , by the command : ADODB.open !
Do you have any idea of what is happening or how to make it an other way to catch my data anyhow ?
Thanks
Comments
Is it this what you want? Or you want to get back return value from your SP.
Best Regards,
Yukon
I would like to have some information back from my SP .
Here, I wrote the sample code for you.
More Info.
Stored Procedures: Returning Data : http://www.sqlteam.com/article/stored-procedures-returning-data
Sample
Note: I used "AdventureWorksLT" SQL Database.
SQL Script
Best Regards,
Yukon