J
Joel
After multiple inserts I want to update the identity column in my DataTable
with the values I get back from the @@IDENTITY function in SQL Server.
GetChanges returns a copy of the rows not a reference, though, so I can't
just shove the new values in the the GetChanges DataTable. Anyone have
thoughts on synchronizing with the original DataTable?
TIA
</joel>
with the values I get back from the @@IDENTITY function in SQL Server.
GetChanges returns a copy of the rows not a reference, though, so I can't
just shove the new values in the the GetChanges DataTable. Anyone have
thoughts on synchronizing with the original DataTable?
TIA
</joel>