Re: [GENERAL] Get Query in Statement Level Trigger?

2005-07-02 Thread Derry Bryson
--- Michael Fuhr <[EMAIL PROTECTED]> wrote: > On Thu, Jun 30, 2005 at 10:56:21AM -0700, Derry > Bryson wrote: > > > > Is it possible to get the text of the query that > > caused the trigger within a statement level > trigger? > > Not as far as I know

[GENERAL] Get Query in Statement Level Trigger?

2005-06-30 Thread Derry Bryson
Is it possible to get the text of the query that caused the trigger within a statement level trigger? It looks to me like all you can get is whether it is a an UPDATE, DELETE, or INSERT and not much in the way of details about the what caused the trigger. Thanks, Derry Bryson