Posted by trialproduct2004 on 02/06/07 10:04
Hi all,
I want to catch error in stored procedure and return error message.
I want to catch error 'Syntax error converting the varchar value 'a'
to a column of data type int.' Means error occuring if i enter wrong
value.
Say suppose i have statment like
select * from emp where rowid = 'a'
PRINT @@ERROR
print 'reach'
here rowid is integer value so i am getting above mention error.
So what i am expecting is it should print error and then print 'reach'
which is not happening.
can anyone tell me reason behind this and how to overcome this
problem.
thanks in advance.
Navigation:
[Reply to this message]
|