<div dir="ltr"><br><br>On Sat, Mar 14, 2020 at 3:27 PM Paulo van Breugel <<a href="mailto:p.vanbreugel@gmail.com">p.vanbreugel@gmail.com</a>> wrote:<br>><br>> Dear devs,<br>><br>> I have a grassgis database with in the mapset 'Permanent' a table<br>> 'vegetation_lookup'. I want top copy this table to the current mapset.<br>> The following used to work I think, but now gives me some errors:<br>><br>> db.copy from_driver=sqlite<br>> from_database=/media/grassdb/biodiv/PERMANENT/sqlite/sqlite.db<br>> from_table=vegetation_lookup to_driver=sqlite<br>> to_database=$GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db<br><div>> to_table=vegetation_lookup</div><div><br></div><div>Looking at the code of db.copy, it is not possible that this ever worked, you need to replace the variables with their actual values.</div><div><br></div><div>Markus M<br></div>><br>> ERROR: Unable to create directory '///sqlite' for sqlite database<br>> dbmi: Protocol error<br>> WARNING: Unable to open database <///sqlite/sqlite.db> by driver <sqlite><br>><br>> Any idea what I am doing wrong here?<br>><br>> With kind regards,<br>><br>> Paulo<br>> _______________________________________________<br>> grass-dev mailing list<br>> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-dev">https://lists.osgeo.org/mailman/listinfo/grass-dev</a></div>