E
Eddie
I've got a SP that actually executes 7 other SP's. I'd like to use the
DataSet Designer to create the DAL for this app, but I'm not sure it can be
done with this type of SP? Right now all I get is the initial resultset
which is just authentication info. I had hoped to get a seperate DataTable
for each resultset (8 total). Does anyone know if this can be done and, if
so, what's the trick to getting it to work? If it can't be done, does anyone
have a suggestion on how to best implement the DAL using this type of SP?
It's only a select, this app won't be doing any inserts, updates or deletes,
just viewing data.
Thanks for your help!
eddie
DataSet Designer to create the DAL for this app, but I'm not sure it can be
done with this type of SP? Right now all I get is the initial resultset
which is just authentication info. I had hoped to get a seperate DataTable
for each resultset (8 total). Does anyone know if this can be done and, if
so, what's the trick to getting it to work? If it can't be done, does anyone
have a suggestion on how to best implement the DAL using this type of SP?
It's only a select, this app won't be doing any inserts, updates or deletes,
just viewing data.
Thanks for your help!
eddie