Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 capturing multiple identity values with @@IDENTITY

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-12 : 16:03:25
Rod Gilchrist writes "First, let me thank you for all of your wonderful content -- you folks rock.

Now. I've built a multiple insert page (based upon the multiple update model on your site). Now I'd like to add a little more functionality to it.

I was looking at the piece titled "Getting the Identity Value from SQL" and what I'd like to do is to somehow capture each identity value of each record as it is inserted into the db, then after the loop, redirect to a page that is filtered by a set populated by the captured identities.

Is this doable? Any suggestions on how?

Thanks in advance."
   

- Advertisement -