Return Success Msg. from Stored Proc.

J

Jacob

Thanks to Gandalf. I was able to successfully execute a
SP on database other than the one I was linked to.

The code worked fine and the SP executed successfully.
How can I add a message that lets the user know the SP was
successful. If there are no errors reported it was most
likely successful, but not necessarily. How can I return
a record count from my SP??

Thansk,
Jacob
 
Top