G
G .Net
Hi
I have a DataSet with several DataTables. I have set up relations between
these tables.
I want to delete all the tables and re-fill them. However, when I try to do
so, even after using Relations.Clear() I still get excecptions, such as:
Cannot remove ForeignKeyConstraint - remove the constraint first
when trying to remove a table.
Can anybody help???
I have a DataSet with several DataTables. I have set up relations between
these tables.
I want to delete all the tables and re-fill them. However, when I try to do
so, even after using Relations.Clear() I still get excecptions, such as:
Cannot remove ForeignKeyConstraint - remove the constraint first
when trying to remove a table.
Can anybody help???