[GRASS-user] v.digit

Markus Neteler neteler at osgeo.org
Thu Feb 19 15:08:23 EST 2009


On Thu, Feb 19, 2009 at 6:14 PM, FAROUX STEPHANIE
<stephanie.faroux at meteo.fr> 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


More information about the grass-user mailing list