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

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to