OK I get the message! It's in the release notes!!! I had actually seen that but I hadn't seen whether it was possible from the connection string which was my original question.
You have answered that, it is not, so I will have to look at alternatives. Thanks again Neil --- In [email protected], Thomas Steinmaurer <ts@...> wrote: > > > On Tue, 24 Jan 2012 15:07:35 +0100, Thomas Steinmaurer > > <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 :) > > Yup. And here: http://www.firebirdsql.org/en/jdbc-driver/ ;-) > > > Regards, > Thomas >
