Multiple DataSets vs. Multiple Unrelated DataTables
Is there any recommendation on using separate DataSets each time you retrieve data vs using the same DataSet with multiple DataTables that are completely unrelated? I've used both, but didn't know if there was a reason to choose one approach over another.