Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

displaying data from a stored procedure

Status
Not open for further replies.

Norviking

Programmer
Nov 2, 2002
33
NO
In my stored procedure, i return a collection of data. This data is filled to a table.

And now I want to populate a dataset with the data from the datatable(with all the colomheaders).

And at last set a datagrid.sourde to his dataset.

my question is: How can i populate the dataset with the data in my datatable?????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top