Hi,

What is your use case?

> if there are clients connected to a TCP Server

It's possible, but not an official feature, and not documented. As you
already know, there is an in-memory "management_db_<port>" for each
TCP server. This database has a SESSIONS table. This table contains
one row for each connected session (this does work for me).

> when I client disconnects from the TCP Server

You could create a trigger on the SESSIONS table.

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to