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