Changeset 205
- Timestamp:
- 12/28/07 14:08:15 (1 year ago)
- Files:
-
- lex/trunk/src/com/qwirx/lex/Lex.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/src/com/qwirx/lex/Lex.java
r190 r205 204 204 // System.out.println("Connection established."); 205 205 206 String dsn = "jdbc:mysql://localhost:3306/lex?user=emdf&password=changeme"; 206 String dsn = "jdbc:mysql://localhost:3306/lex?user=emdf" + 207 "&password=changeme&useServerPrepStmts=false"; 207 208 Connection dbconn; 208 209
