Revision 2054 branches/Fmap_GisPlanet/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/arcsde/ArcSdeDriver.java

View differences:

ArcSdeDriver.java
423 423
    private SeRow obtainRow(long rowIndex) throws SeException
424 424
    {
425 425
        if (rowIndex == 0)
426
        {            
426
        {  
427
            if (query != null)
428
                query.close();
427 429
            query = new SeQuery( conn, fields, sqlConstruct );
428 430
            query.prepareQuery();
429 431
            query.execute();

Also available in: Unified diff