Hi,

when we add Rows to myDataTable, and we call:

myTableAdapter.Update(myDataTable)

sql inserts new autonumbers in the column myIDs

how do I get the new generated autonumbers after the update

Thanks a lot