Hi all gurus,
I am using a DB2 stored procedure which selects some data from a table and opens a cursor. I want to take this data in a Dataset in my .NET application... but when I use the Dataadapter's fill method the dataset doesnot contain any data. How can I fetch the data from the cursor to the Dataset?

thanks and regards,
Ashish Sheth