Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Error Traps In Triggers

    I tried the @@ERROR as follows:

    <Line that might return an error>

    IF @@ERROR <> 0

    BEGIN

    RETURN

    ...

  • RE: Error Traps In Triggers

    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...

Viewing 2 posts - 1 through 2 (of 2 total)