Subject | Re: [firebird-support] Passing process name via jdbc |
---|---|
Author | Thomas Steinmaurer |
Post date | 2012-01-24T14:38:13Z |
> On Tue, 24 Jan 2012 15:07:35 +0100, Thomas SteinmaurerYup. And here: http://www.firebirdsql.org/en/jdbc-driver/ ;-)
> <ts@...> wrote:
>>> I want to be able to pass the process name when connecting from JSP.
>>> Currently my code is setup as follows:
>>>
>>> String DB =
>>> "jdbc:firebirdsql://123.123.123.123:3050/C:\\grip\\data\\grip.fdb";
>>> java.sql.Connection con = java.sql.DriverManager.getConnection(DB,
> user,
>>> password);
>>>
>>> Is it possible to add the process name to this and if so how?
>>
>> By using V2.1.6 and a new property provided by the -D switch.
>> http://tracker.firebirdsql.org/browse/JDBC-118
>
> Looks like the tracker is down, luckily it is documented in the
> releasenotes :)
Regards,
Thomas