[GRASS-user] v.digit

Nikos Alexandris nikos.alexandris at felis.uni-freiburg.de
Thu Feb 19 11:56:55 EST 2009


FAROUX STEPHANIE:
> >> Hello,
> >> I try v.digit; i want to define a new outline. When i want to close the 
> >> outline, it opens a window form: attributes; new record was created. 
> >> Assume data encoding as: [choice between utf-8,ascii,iso88859-1,koi8-t]; 
> >> i do submit and i have the error:
> >>
> >> Cannot update table:
> >> DBMI-DBF driver error:
> >> SQL parser error in statement:
> >> update australia set  where cat = 4
> >> Error in db_execute_immediate()
     

> > First things to try:
> >
> > db.connect -p
> > v.db.connect -g YourVectorMap
   

> Yes i forgot to connect but it isn't enough to work...
> I also try db.tables but i have the error:  
> 
> DBMI-DBF driver error:
> Cannot open dbf database: $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/australia.dbf


Is the table in the database already present?

# check with
db.tables -p

# if not, then
v.db.addtable YourVectorMap

# if it is... then (shrug)



More information about the grass-user mailing list