Good morning,

I am having the following problem:

I need to add new records on a SQL Server and then get the @@identity to pass to a related table. The problem is that the client is not letting me used stored procedures. How can I pick up the identity in ASP?

Thanx!