المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Order execution sequence



C# Programming
01-09-2013, 05:46 AM
Hi,

I am in the process of writing a c# application.

There is one stored proc(sql server 2005), which is supposed to return two output values, and a resultset selection from one table.

I am able to select out the output values from stored proc(by defining the parameters with output direction), how can I select out the resultset from that one table?

Or should I write this as another stored proc?