Results 1 to 2 of 2

Thread: Populate Dataset from a View in SQL Server

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    Winnipeg, Manitoba Canada
    Posts
    96

    Populate Dataset from a View in SQL Server

    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.
    Last edited by Kurzo; May 28th, 2003 at 10:46 AM.
    Doesn't take a rocket applicance

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width