On Thu, Feb 19, 2009 at 6:14 PM, FAROUX STEPHANIE <[email protected]> wrote: > Nikos Alexandris wrote: >> >> And... what exactly does db.connect -p say? > > driver:dbf > database:$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/australia2.dbf > schema:(null) > group:toto
Please don't define a file name as database. It must be the *directory*: db.connect -p driver:dbf database:$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/ schema: group: Then it will work. So: db.connect driver=dbf database='$GISDBASE/$LOCATION_NAME/$MAPSET/dbf/' db.tables -p Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
