[GRASS-SVN] r37211 - in grass/trunk/db/drivers: dbf sqlite
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 13 09:02:42 EDT 2009
Author: neteler
Date: 2009-05-13 09:02:42 -0400 (Wed, 13 May 2009)
New Revision: 37211
Modified:
grass/trunk/db/drivers/dbf/grass-dbf.html
grass/trunk/db/drivers/sqlite/grass-sqlite.html
Log:
SQLite is the default in GRASS 7
Modified: grass/trunk/db/drivers/dbf/grass-dbf.html
===================================================================
--- grass/trunk/db/drivers/dbf/grass-dbf.html 2009-05-13 12:50:01 UTC (rev 37210)
+++ grass/trunk/db/drivers/dbf/grass-dbf.html 2009-05-13 13:02:42 UTC (rev 37211)
@@ -14,9 +14,9 @@
<h2>Defining the DBF driver</h2>
-The DBF driver is the default driver, in theory no user interaction is
+The DBF driver is a file based driver, in theory no user interaction is
required. However, if the settings should be set back from a different
-to the DBF driver, the following step is required:
+driver to the DBF driver, the following step is required:
<div class="code"><pre>
# keep single quotes:
@@ -29,8 +29,8 @@
<h2>Creating a DBF table</h2>
-Usually DBF tables are created by GRASS when generating a vector map
-with attributes (and using DBF as default attribute driver).
+DBF tables are created by GRASS when generating a vector map
+with attributes and having defined the DBF as attribute driver.
<p>
If a DBF table has to be created manually, <a href="db.execute.html">db.execute</a>
can be used or a spreadsheet application. Also <a href="db.copy.html">db.copy</a>
Modified: grass/trunk/db/drivers/sqlite/grass-sqlite.html
===================================================================
--- grass/trunk/db/drivers/sqlite/grass-sqlite.html 2009-05-13 12:50:01 UTC (rev 37210)
+++ grass/trunk/db/drivers/sqlite/grass-sqlite.html 2009-05-13 13:02:42 UTC (rev 37211)
@@ -14,6 +14,7 @@
<H2>Creating a SQLite database</H2>
+The SQLite driver is the default DBMI backend.
GRASS is automatically creating the SQLite database if it is not yet
existing when the first table is created in the SQLite database. It
is sufficient to define the connection (see next step).
More information about the grass-commit
mailing list