Revision 193 trunk/org.gvsig.spatialite/org.gvsig.spatialite.provider/src/main/java/org/gvsig/spatialite/dal/SpatiaLiteResource.java

View differences:

SpatiaLiteResource.java
75 75
            if (tablePath == null) {
76 76
                return false;
77 77
            }
78
            return true;
78
            if( Files.exists(tablePath) ) {
79
                return true;
80
            }
81
            return false;
79 82
        } catch (Exception ex) {
80 83
            return false;
81 84
        }

Also available in: Unified diff