dbcp, jocl and mysql

2005-04-20 Thread Arjen van der Weijden
rset = null; try { System.out.println("Creating connection."); conn = DriverManager.getConnection(args[0]); System.out.println("Creating statement."); stmt = conn.createStatement(); String $toDay = "2005-04-06";

RE: [httpclient] URL encoding

2003-05-27 Thread Adrian Sutton
value?test=okay there's no way to tell if the ? and = signs are part of the path or the query. The same problem applies when there's only one ? because you'd normally assume it should mark the start of the query but that would then make it impossible to send a request to a p

RE: [httpclient] URL encoding

2003-05-30 Thread Tracy Boehrer
ns are part of the path or the query. The same problem applies when there's only one ? because you'd normally assume it should mark the start of the query but that would then make it impossible to send a request to a path that contains an ? character. There's probably a way to get a