I am using asp.net 2.0 vb.
I have a dataset set up in the designer.
The table adapter is set to call a stored procedure. The stored procedure returns two result sets (two tables).
I have a datatable that is filled by the table adapter described above. Again, this is all done in the designer thus far.
The dataset is filled by the FIRST result set returned by the stored procedure.
Can I fill another datatable with the second result set?
Either in design time or run time.
Any examples are greatly appeciated. Thanks in advance.
I have a dataset set up in the designer.
The table adapter is set to call a stored procedure. The stored procedure returns two result sets (two tables).
I have a datatable that is filled by the table adapter described above. Again, this is all done in the designer thus far.
The dataset is filled by the FIRST result set returned by the stored procedure.
Can I fill another datatable with the second result set?
Either in design time or run time.
Any examples are greatly appeciated. Thanks in advance.