Постоянно слетают связи с таблицами, почему-то по умолчанию выставляется sqlite, а не dbf.
Вот вывод ошибки:
Код: Выделить всё
GRASS 7.0.svn (utm_ll):~ > db.connect -p
Description:
 Prints/sets general DB connection for current mapset.
Keywords:
 database, attribute table, connection settings
Usage:
 db.connect [-pcd] [driver=name] [database=name] [schema=name]
   [group=string] [--verbose] [--quiet]
Flags:
  -p   Print current connection parameters and exit
  -c   Check connection parameters, set if uninitialized, and exit
  -d   Set from default settings and exit
        Overwrite current settings if initialized
 --v   Verbose module output
 --q   Quiet module output
Parameters:
    driver   Driver name
             options: ogr,pg,dbf
             default: sqlite
  database   Database name
             default: $GISDBASE/$LOCATION_NAME/$MAPSET/sqlite.db
    schema   Database schema
              Do not use this option if schemas are not supported by driver/database server
     group   Default group of database users to which select privilege is granted
ERROR: Value <sqlite> out of range for parameter <driver>
	Legal range: ogr,pg,dbf
