/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 343 by torben, Mon Sep 14 07:29:59 2009 UTC revision 344 by torben, Thu Sep 24 21:04:34 2009 UTC
# Line 50  public class LocateStations extends Http Line 50  public class LocateStations extends Http
50                                    "ORDER BY name ";                                    "ORDER BY name ";
51                  } else throw new SQLException("not enough parameters");                  } else throw new SQLException("not enough parameters");
52                                    
                 System.out.println(SQL);  
53                                    
54                  PreparedStatement stmt = null;                  PreparedStatement stmt = null;
55                  ResultSet res = null;                  ResultSet res = null;

Legend:
Removed from v.343  
changed lines
  Added in v.344

  ViewVC Help
Powered by ViewVC 1.1.20