How do you query _connect table for the current session?

Posted by jquerijero on 02-Jan-2013 16:59

Is the SESSION:SERVER-CONNECTION-ID the correct value to use for querying _connect? I need to know which _connect record corresponds to the current session.

All Replies

Posted by Admin on 02-Jan-2013 17:02

jquerijero schrieb:

Is the SESSION:SERVER-CONNECTION-ID the correct value to use for querying _connect?

No That's between Client and AppServer - not between AppServer and DB.

Try

FIND FIRST _MyConnection .

And from there work to the _connect table.

This thread is closed