changeset 123 | 07b2c0b991af |
parent 105 | c19e37122deb |
child 135 | f837cf975e95 |
--- a/javadb/org/homelinux/largo/sql/client/DBClient.java +++ b/javadb/org/homelinux/largo/sql/client/DBClient.java @@ -22,7 +22,7 @@ */ public DBClient () throws Exception { this.driver = "org.apache.derby.jdbc.EmbeddedDriver"; - this.dbURL = "jdbc:derby://localhost/clubstatistik"; + this.dbURL = "jdbc:derby:clubstatistik"; this.username = null; this.password = null;