Delete trigger

Posted by goo on 18-Dec-2014 12:25

OE11.4

I need to copy data from one database to another. I have created dynamic buffers like  bhSource and bhTarget, where i.e. bhSource = db1.myTable and bhTarget = db2.myTable. 

There is a delete trigger that is written for only one database connected, so when I do a bhTarget:buffer-delete(), it will faile with a reference to that trigger. 

Is there a way of disable the delete trigger dynaic? I know there is a disable-load/dump-trigger() on buffers, but what about delete?

What would be the best solution?

All Replies

Posted by Marian Edu on 18-Dec-2014 12:29

that will be disable-load-triggers... it does include delete triggers.

Posted by goo on 18-Dec-2014 14:57

Aaah Thanks :-)

Mvh
Geir Otto Olsen

Den 18. des. 2014 kl. 19.30 skrev Marian Edu <bounce-medu@community.progress.com>:

Reply by Marian Edu

that will be disable-load-triggers... it does include delete triggers.

Stop receiving emails on this subject.

Flag this post as spam/abuse.

This thread is closed