> 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 -- With regards, Thomas Steinmaurer (^TS^) Firebird Technology Evangelist http://www.upscene.com/ http://www.firebirdsql.org/en/firebird-foundation/
