GetChanges vs. Select

  • Thread starter Thread starter Joel
  • Start date Start date
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>
 
Back
Top