[firebird-support] Passing process name via jdbc

2012-01-24 Thread grip_2ls
Hi 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

Re: [firebird-support] Passing process name via jdbc

2012-01-24 Thread Mark Rotteveel
On Tue, 24 Jan 2012 13:55:23 -, grip_2ls li...@2ls.com wrote: Hi 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 =

Re: [firebird-support] Passing process name via jdbc

2012-01-24 Thread Thomas Steinmaurer
On Tue, 24 Jan 2012 15:07:35 +0100, Thomas Steinmaurer t...@iblogmanager.com 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