C
Constantin
Hello,
I've been told that it is possible to get back multiple data sets from
the same stored procedure. A practical application to this is
returning a count(*) in the first select statement and returning the
actual data in the second dataset.
Is it possible to do this? I thought a SP only returns one object...
Any suggestions / code examples are greatly appreciated.
C
I've been told that it is possible to get back multiple data sets from
the same stored procedure. A practical application to this is
returning a count(*) in the first select statement and returning the
actual data in the second dataset.
Is it possible to do this? I thought a SP only returns one object...
Any suggestions / code examples are greatly appreciated.
C