Viewing 4 posts - 1 through 5 (of 5 total)
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
May 10, 2007 at 2:54 am
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...
May 10, 2007 at 2:33 am
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
May 10, 2007 at 2:00 am
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...
May 8, 2007 at 4:11 am
Viewing 4 posts - 1 through 5 (of 5 total)