GetChanges vs. Select

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top