Changeset 8746


Ignore:
Timestamp:
2004-12-07T11:46:12+13:00 (19 years ago)
Author:
kjdon
Message:

change to reflect change in GS3SQLConnectionFactory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/SQLQuery.java

    r8742 r8746  
    1818    public boolean setDatabase(String db_name) {
    1919    try {
    20         connection = GS3SQLConnectionFactory.createConnection(db_name);
     20        connection = GS3SQLConnectionFactory.getGS3SQLConnection(db_name);
    2121       
    2222        // test the connection
Note: See TracChangeset for help on using the changeset viewer.