Re: How to RESET @@session.error_count system variable

2006-07-13 Thread sheeri kritzer
As a session variable, it resets when you open a new session. -Sheeri On 6/21/06, Tony_10ph <[EMAIL PROTECTED]> wrote: Hello guys... I have stored procedures and I want when a calling program call my stored procedure it will return a response that the stored procedure execute successfuly or re

How to RESET @@session.error_count system variable

2006-06-21 Thread Tony_10ph
Hello guys... I have stored procedures and I want when a calling program call my stored procedure it will return a response that the stored procedure execute successfuly or return an error code to the calling program. I found a @@session.error_count system variable but if theres an error this va