Re: [GENERAL] Execute a function upon a connection made/closed

2006-10-13 Thread A. Kretschmer
am Fri, dem 13.10.2006, um 12:47:09 +0300 mailte Uyelik folgendes: > > A. Kretschmer wrote, On 13.10.2006 12:32: > > am Fri, dem 13.10.2006, um 12:25:38 +0300 mailte Uyelik folgendes: > > > Hi, > Is there any way to execute a function upon a new connection made or > exist

Re: [GENERAL] Execute a function upon a connection made/closed

2006-10-13 Thread Uyelik
A. Kretschmer wrote, On 13.10.2006 12:32: am Fri, dem 13.10.2006, um 12:25:38 +0300 mailte Uyelik folgendes: Hi, Is there any way to execute a function upon a new connection made or existing one closed? IIRC no, but you can set variables, perhaps this will help you. AL

Re: [GENERAL] Execute a function upon a connection made/closed

2006-10-13 Thread A. Kretschmer
am Fri, dem 13.10.2006, um 12:25:38 +0300 mailte Uyelik folgendes: > Hi, > Is there any way to execute a function upon a new connection made or existing > one closed? IIRC no, but you can set variables, perhaps this will help you. ALTER name SET parameter { TO | = } { value | DEFAULT } > Is act

[GENERAL] Execute a function upon a connection made/closed

2006-10-13 Thread Uyelik
Hi, Is there any way to execute a function upon a new connection made or existing one closed? Is active connections info stored on a table or (?) ? Regards, Mustafa