Copy DataSet and change primary key in Relations
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am trying to copy a record from an existing record in the database and then save it as a new record. The dataset I am using has a couple of references to child tables which have primary key info as well. Does anyone know an easy way to do a copy, get a new primary key information and set the primary keys on the copy to the new one? Thanks.