It is very simple question.
I am trying to return a table from stored procedure, like
select * from emp where id=@id
I want to return this query result as a table. I have to do this through Stored Procedure.
|
It is very simple question.
I am trying to return a table from stored procedure, like
|
|||||||
|
|
Where is your problem?? For the stored procedure, just create:
That's all there is. From your ASP.NET application, just create a
and then fill e.g. a |
|||
|
|
|
In SQL Server 2008 you can use http://www.sommarskog.se/share_data.html#tableparam or else simple and same as common execution
I hopes its help to you |
|||
|
|