Reply to Return pkID of last saved record - ASPUpload & @@Identity
Posted by BigJohnson on 11/25/05 18:55
We're using ASPUpload as a tool to upload files to our server and save
the details to SQLServer. However, I have an application where I need
to return the pkID of the just saved file. I'm assuming that I could
use the @@Identity command but cannot get this to function.
Has anyone used this command with ASPUpload with an success, or any
other methods that could be used?