I have a stored procedure which gives me two different tables. One having the details of the loans and the other having calculated averages of the numbers of these loans. I have two sections of the report which are to be binded respectively with these two tables.
My problem is how can I handle a dataset with the procedure giving me two result sets?
Any help would be appreciated. Thanks
My problem is how can I handle a dataset with the procedure giving me two result sets?
Any help would be appreciated. Thanks