yes;
update dymmy table stet dummycolum=1 On Thu, Oct 7, 2010 at 10:46 AM, srihari k <[email protected]> wrote: > hi All / Nitesh, > > is there any working code . > can we call the trigger in stored procedure and make tthem fire > > > > > On 10/6/10, Nitesh Katare <[email protected]> wrote: >> >> >> Hello Srihari >> >> U cannot cal the trigger explicitly from your code, trigger gets >> called when you perform Insert, Update, Delete operation. If u want to cal >> the trigger explicitly den u can use roll back feature in your trigger to >> make it work. >> >> Thanks and Regards >> Nitesh Katare >> >> > -- Ravindra kumar delhi
