How would you populate a dataset(or some other type of collection) from a view in SQL Server?
I want to be able to show records in a list view that pull data from a number of related tables.
I know how to poplulate a dataset from one table, because my object is based in the table collection and populated through a stored procedure.
How can I have a collection that contains records from many tables?
I'm not sure if I am making any sence or not, so please ask me to be more specific, if neccessary.


Reply With Quote