I've creatd an ADO.NET app that reads from an MS Access database and I like to modify the primary keys of all the data tables before copying them over to another DB server. When you change the primary keys on a parent table what is the best way to to update the referential integrity to the related child table?
Thanks,
Andrew
User Profile
Collapse
-
How to mintain ref integrity when you change the primary keys?
-
A better way to clone and update a table to MS Access?
Hello,
I have written an app that does a deep clone copy from an MS Access database, migrates and inserts the data to another.
The following is my current implementation:
..........
1. I'm using the strongly typed DataSet classes code-gened by VS2008 when you add an OleDb (MS Access) data source.
2. "DestDataSe t" and SrcDataSet share the same schema.
..........
Code:private
No activity results to display
Show More