Merging datasets

michaelw

Active member
Joined
Jun 14, 2005
Messages
25
Programming Experience
Beginner
hello all, Having a bit of a prob. i have two datasets one named ds and the other ds1 i want to merge them into one dataset. ds is populated with excel data and ds1 is populated with database data.

thanks
 
If the data from each dataSource has the same schema (field names and types) then you should be able to fill one dataset twice, once from each dataSource.
 
Back
Top