Changeset 205

Show
Ignore:
Timestamp:
12/28/07 14:08:15 (1 year ago)
Author:
chris
Message:

Disable server-side prepared statements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/src/com/qwirx/lex/Lex.java

    r190 r205  
    204204                // System.out.println("Connection established."); 
    205205 
    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"; 
    207208        Connection dbconn; 
    208209