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

Hallo GRASSer,

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

Was mache ich falsch? Fehlen irgendwelche Treiber unter Mac Osx?

Dank im Voraus!

Andreas

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 :slight_smile: ]

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