> On Tue, 24 Jan 2012 15:07:35 +0100, Thomas Steinmaurer > <[email protected]> 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 :)
Yup. And here: http://www.firebirdsql.org/en/jdbc-driver/ ;-) Regards, Thomas
