Hi all,
I am executing a storeproc in asynchronous mode from codebehind using sqlcommands BeginExecuteNonQuery or BeginExecuteReader method . The storeproc returns multiple table as there are more than 1 Select statement.
I want to get those tables in a DataSet.
Is it possible?
Please help.
Thanks.