transactional trigger [message #83714] |
Wed, 03 December 2003 03:53 |
isha
Messages: 3 Registered: August 2002
|
Junior Member |
|
|
hi
what is the firing sequence of transactional triggers for query processing?
thanks
isha
|
|
|
Re: transactional trigger [message #83723 is a reply to message #83714] |
Wed, 03 December 2003 17:34 |
Lars O Sjöström
Messages: 25 Registered: May 1999
|
Junior Member |
|
|
I am sorry, but I do not understand this...if you make a query you have little or none transactional processing...You do not UPDATE, you do not INSERT, you do not DELETE and you do not COMMIT anything. You are just querying.
So the triggers involved would be something like PRE-QUERY and POST-QUERY and maybe some others starting with WHEN-%%% and probably more triggers. But none of them, as I see it, transactional.
But I might not getting it right here.
|
|
|