<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><P style="MARGIN: 0px">Dear GRASS users,</P><P style="MARGIN: 0px">&nbsp;</P><P style="MARGIN: 0px">I use the Windows version of GRASS 6.4.1.</P><P style="MARGIN: 0px">&nbsp;</P><P style="MARGIN: 0px">I loaded a shapefile with attribute table <A href="mailto:pse@pov2" target=blank>pse@pov2</A>. By default GRASS stores the attribute table&nbsp;in DBF. Using db.copy i tried to convert the table to SQLite (so i could later join it to a table&nbsp;from a CSV file). The dbf-to-sqlite option of db.copy results however in a "DBMI-SQLite driver error" ... "no database is open". Note that i created the SQLite database prior to using db.copy. See the command lines below:</P><P style="MARGIN: 0px">&nbsp;</P><P style="MARGIN: 0px">&nbsp;</P><P style="MARGIN: 0px">"GRASS 6.4&gt; db.connect driver=sqlite database="c:\Test\sqlite.db"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>GRASS 6.4&gt; db.copy from_driver=dbf <A href="mailto:from_table=pse@pov2" target=blank>from_table=pse@pov2</A> to_driver=sqlite to_da<BR>tabase="c:\Test\sqlite.db" to_table=pov8sql<BR>DBMI-SQLite driver error:<BR>Unable to open database: unable to open database file</P><P style="MARGIN: 0px">WARNING: Unable to open database &lt;sqlite&gt; by driver &lt;c:\Test\sqlite.db&gt;<BR>no database is open<BR>WARNING: Copy table failed"</P><P style="MARGIN: 0px">&nbsp;</P><P style="MARGIN: 0px">&nbsp;</P><P style="MARGIN: 0px">Any help is greatly appreciated.</P><P style="MARGIN: 0px">&nbsp;</P><P style="MARGIN: 0px">Greetings,</P><P style="MARGIN: 0px">&nbsp;</P><P style="MARGIN: 0px">Roy</P></FONT>