Subject Re: Process name in monitoring tables with Jaybird?
Author Thomas
--- In Firebird-Java@yahoogroups.com, "tomjanczkadao" <tomjancz@...> wrote:
> "... two new properties are implemented: org.firebirdsql.jdbc.pid
> and org.firebirdsql.jdbc.processName. If they are specified,
> values are passed to Firebird 2.1."

I think it would be a useful extension to this feature if the properties could also be passed when creating the connection using Driver.connect(String, Properties)

That way "client" applications could pass on their name without the need to modify system properties (and possibly pass on connection specific information as well)