Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Does the stored procedure return the value as a second result set, or is it returned as an output parameter? You could probably add a parameter to your stored procedure as an output parameter and set the value of that parameter to the record count. After the stored procedure is executed, the SqlParameter will be filled with the value.
|