The insert stored procs created by the DDT return the SCOPE_IDENTITY value. How do I capture this using the .SAVE() method?
Thanks!
Clay
I had this same issue. But I solved it by using stored procedures, where you can return values through output parameters.