Viewing 2 posts - 1 through 2 (of 2 total)
I tried the @@ERROR as follows:
<Line that might return an error>
IF @@ERROR <> 0
BEGIN
RETURN
...
June 4, 2003 at 12:32 pm
#459804
No special reason to use the ON ERROR GOTO structure except it's what I'm familiar with AND I don't want procedures written by other developers that update the table in...
June 4, 2003 at 12:27 pm
#459803