/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Database.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Database.java

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

revision 2219 by torben, Fri Sep 12 21:03:06 2014 UTC revision 2220 by torben, Mon Sep 15 10:37:25 2014 UTC
# Line 242  public class Database { Line 242  public class Database {
242              connectionProps.put("user", db_user);              connectionProps.put("user", db_user);
243              connectionProps.put("password", db_pass);              connectionProps.put("password", db_pass);
244    
245                //For debug output, tilføj denne til JDBC url'en: &profileSQL=true    
               
246              conn = DriverManager.getConnection(              conn = DriverManager.getConnection(
247                             "jdbc:mysql://" +                             "jdbc:mysql://" +
248                             db_host +                             db_host +

Legend:
Removed from v.2219  
changed lines
  Added in v.2220

  ViewVC Help
Powered by ViewVC 1.1.20