Add typed DataTable from one DataSet to another DataSet
-
Scenario: Typed Tables Earnings, Projects, Adresses, Einheiten DataSets: EarnSet (Earnings, Projects, Einheiten), ProjectSet(Projects) For one Programm I need the Tables Earnings and Projects in one DataSet. For another Programm I need just the Table Projects. The Status is that now I have two DataSets: EarnSet with Earnings and Projects Tables and ProjectSet with only the Projects Table. So I have the same table-Definition in two different DataSets. Is there a way to add the typed Table Projects from ProjectSet to the typed DataSet EarnSet so that after in the EarnSet the typed! Table Projects exists? Stefan
-
Scenario: Typed Tables Earnings, Projects, Adresses, Einheiten DataSets: EarnSet (Earnings, Projects, Einheiten), ProjectSet(Projects) For one Programm I need the Tables Earnings and Projects in one DataSet. For another Programm I need just the Table Projects. The Status is that now I have two DataSets: EarnSet with Earnings and Projects Tables and ProjectSet with only the Projects Table. So I have the same table-Definition in two different DataSets. Is there a way to add the typed Table Projects from ProjectSet to the typed DataSet EarnSet so that after in the EarnSet the typed! Table Projects exists? Stefan
1. I think it's impossible to have one table into two datasets 2. Try to use one dataset or copy table with data Hi, AW