Revision 1854 branches/FMap_SLD/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/DefaultDBDriver.java

View differences:

DefaultDBDriver.java
268 268

  
269 269
    public void close()
270 270
    {
271
        try {
272
            if (bCursorActivo)
273
            {
274
                st.execute("CLOSE wkb_cursor");
275
                bCursorActivo = false;
276
            }
277
        } catch (SQLException e) {
278
            // TODO Auto-generated catch block
279
            e.printStackTrace();
280
        }
281 271
    }
282 272

  
283 273
}

Also available in: Unified diff