Re: If I am adding a record to a table using a SP, how can I make the SP return

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Dan (anonymous_at_discussions.microsoft.com)
Date: 02/28/04


Date: Sat, 28 Feb 2004 07:41:09 -0800

Nope, you hit the nail on the head :). Sorry if I didnt explain it very well. Basically I want insert a new row, and return that rows Primary key. Its now working great, and I have learnt a whole lot about ADO.NET and SPs..lol I never really realized that you could send so much information back through a Stored Procedure.