stored Procedure
-
I am writing two select statements in stored procedure. In front end i am calling this stored procedure and filling the dataset. what will will i have in the dataset.Output of both the select statements or any one. If any one then which select statement will give output to the dataset.
Mohinder Singh
-
I am writing two select statements in stored procedure. In front end i am calling this stored procedure and filling the dataset. what will will i have in the dataset.Output of both the select statements or any one. If any one then which select statement will give output to the dataset.
Mohinder Singh
Both result sets from the stored procedure will be present in the dataset - That is why it has a collection of
Tables
.
Upcoming events: * Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website