Show
Ignore:
Timestamp:
06/11/10 16:39:01 (2 years ago)
Author:
bturner
Message:

start of connection pooling

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/ds_pool/src/org/bridgedb/rdb/SimpleGdbFactory.java

    r326 r405  
    5757                        try  
    5858                        { 
     59                             
    5960                                con = DriverManager.getConnection(connectionString); 
    6061                                stmt = con.createStatement();