Project

General

Profile

« Previous | Next » 

Revision 5944

Added by berkley about 13 years ago

fixed replication bug where systemmetadata was not getting procssed correctly

View differences:

DBConnection.java
359 359
     // Load the Oracle JDBC driver
360 360
     try
361 361
     {
362
         System.out.println("db driver is " + dbDriver);
363 362
       Class.forName (dbDriver);
364 363
     }
365 364
     catch (ClassNotFoundException e)

Also available in: Unified diff