Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: gettin wrong null value in trigger

    as soon as possible i'll try in the way you suggested me, but i'm sure it will work properly!

    thanks a lot, Alan

  • RE: gettin wrong null value in trigger

    i've not the code under my eyes, but i've done something like this

    DECLARE @IDinserito INT

    DECLARE @IDcommessa INT

    DECLARE @IDoffertaOrig INT

    declare CurIns cursor for select Id, IDcommessaOrig, IDOffertaOrig from inserted

    open CurIns

    set...

  • RE: gettin wrong null value in trigger

    thankyou for your suggestion.

    actually i've done a little change: now i iterate throw iserted data, and for each one i do all things.

    thanks anyway

    bye, Alan

  • RE: gettin wrong null value in trigger

    Thank you gail, you are great!

    i've fixed the problem with the first suggestion.

    about the second: i don't think the problem is goig to happen in my app, but in the...

Viewing 4 posts - 1 through 5 (of 5 total)