I've got a stored procedure that returns the value of the @@IDENTITY After
Inserting data. I'm Using the Dreamweaver Stored Procedure under .net vb. I
want to be able to pass the @@Identity on the SuccessURL. e.g
(confirmation.aspx?RecID=@@Identity)