On Thu, 2009-02-19 at 21:08 +0100, Markus Neteler wrote: > 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
Right. I was writing from memory. _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
