chetana bhargav <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I was trying out to test some trigger stuff, basically 
> if I have 2 connections open,  and one of the connection
> registered a user defined function  to be invoked. Now
> when the other connection inserts into table was trying
> to see if the first functions registered function is
> called or not.

Triggers run in the same connection as the statement that
invoked the trigger runs.  Triggers do not do IPC.

--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to