I am trying to create a dataset from a stored procedure. I am using the
stored procedure dialog box but when I put in the values I get an
unidentified error has occurred and an error displays in the bindings panel.

The sproc works in the query analyzer of MSSQL.

I have one parameter that I need to input and that is a querystring with
ProdID as the value. It should return one column of data which I want to
put in a drop down menu.

Is there something I am missing?

Laura K