Re: Return value in stored procedure



So is there a way to get the return value from the stored procedure?

What if I use TAdoStoredProcedure?
The TADOStoredProc was only intended as an easy replacement for the BDE
equivalent TStoredProc which only required a simple change in the dfm file
to convert a BDE application to ADO. You can use it if you wish, but
TADODataset and TADOCommand are 'closer' to the ADO layer than
TADOQuery/TADOStoredProc.


.