[GRASS-user] Probleme mit v.db.addcol unter Mac OSX (GRASS 6.3.0)

Nikos Alexandris nikos.alexandris at felis.uni-freiburg.de
Tue Jun 2 10:01:11 EDT 2009


Stele Andreas:

> ich versuche vergeblich einer Attributtabelle mittels v.db.addcol eine  
> Spalte hinzuzufügen.
> Im Output erscheint folgende Fehlermeldung:
> 
> ERROR: value <Ordner/Diplomarbeit/aktuelleGRASSlocation/Namibia/ 
> PERMANENT/dbf/> out of range for parameter <driver>
>         Legal range: dbf,mysql,odbc,ogr,pg,sqlite


Hi Andreas!

[...in english please :-) ]

Which command do you use exactly to add a column? The error message
seems to point out a syntax error.

# first of all check you DB connection
db.connect -p

# if not correctly set with db.connect driver=... database=...

# add column, for example:
v.db.addcol YourVectorMap column='testcolumn integer'

Kind regards, Nikos



More information about the grass-user mailing list