Thursday, March 22, 2012

dataset stored procedure problem

I am trying to make a dataset to use with a report. I need to get the data out of a stored procedure. I am using a temporaty table in the stored procedure, and the dataset doesnt recognize any of the colums that are output.It doesnt matter what you use in your stored proc as long as your stored proc returns values when executed. post some code and we might be able to help.