G
Guest
Hi,
I've seen examples of creating multiple DataTables in a dataset with using
two separate Fill() commands with separate SELECTs statements.
However, if you have a stored procedure that returns these two SELECTs in
one call, can you load these results into the dataset as two differnet
DataTables but with one Fill() command?
Dave
I've seen examples of creating multiple DataTables in a dataset with using
two separate Fill() commands with separate SELECTs statements.
However, if you have a stored procedure that returns these two SELECTs in
one call, can you load these results into the dataset as two differnet
DataTables but with one Fill() command?
Dave