.t (trigger file) question

nate100

Member
I have a qad program somehow calling a customer database trigger (.t).
How do I go about disabling this so that the qad program no longer calls the .t. It may be that from a table we are calling the .t. I have not used .t for triggers so if somebody can please help. - Thanks
 

nate100

Member
I found a better solution. You can use DISABLE TRIGGERS ..

Question, say if I have a DELETE trigger. Would I used load or a dump for that as you can have disable triggers for (load or dump) of <table name>
 
Top