Dear Friends
I have a Query. I have a Stored Procedure Which takes an Input parameter . I want to fill Dataset with table based on the same input parameter.I have already used it with data reader . But with Data Adaptor and Data Set its not properly working .The Query i have used is
Select ItemNumber from ItemsTable where CatagoryId = (Select CatagoryId From CatagoryTable Where Catagoryname=@CatgName
So please Any one can tell me What are the Steps to be Given to get this Stored procedure working
Thanking You
Sreedeep