Hi, Richard.<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is it is possible to set a single SQLite database for the entire GRASS GIS<br>
database or each mapset requires its own sqlite db file?<br>
<br></blockquote><div><br>Use &lt;db.connect&gt; and then &lt;v.db.reconnect.all&gt; to reconnect from DBF.<br><br>For my own needs I wrote small shell-script &lt;dbf2sqlite&gt; that makes one SQLite DB in mapset (with the mapset name) and copies all tables from DBF to SQLite (<a href="https://raw.github.com/amuriy/GRASS-scripts/f5157c8d2c8a5b3a9149cf207b62ef088a51d1ef/dbf2sqlite">https://raw.github.com/amuriy/GRASS-scripts/f5157c8d2c8a5b3a9149cf207b62ef088a51d1ef/dbf2sqlite</a>)<br>
<br>Best regards,<br>Alexander.<br>------------------------------------------------------------------------------------<br><br></div></div>