N
news.microsoft.com
Hi,
I have a stored procedure which creates a temporary table with the results
of a query and , after that, performs a select from the temp table in join
with other tables.
I would like to bind the resultset with a form, but I can't because it's the
second resultset.
Is there a way to achieve this?
Why the first SELECT INTO query returns a resultset? I didn't know that
table creation's query return a resultset.
Any hint? Do I have to perform two distinct SP?
Thank you
I have a stored procedure which creates a temporary table with the results
of a query and , after that, performs a select from the temp table in join
with other tables.
I would like to bind the resultset with a form, but I can't because it's the
second resultset.
Is there a way to achieve this?
Why the first SELECT INTO query returns a resultset? I didn't know that
table creation's query return a resultset.
Any hint? Do I have to perform two distinct SP?
Thank you