[GRASS-user] GRASS & sqlite

Hello list!

I was importing lidar data into a 3D point with the sqlite dbase driver. While it was chugging on that, I tried to import some simple polygon data. I got a “database locked” message.

Does this mean that database access in a mapset (when using sqlite) is limited to one vector at a time?

Have a great friday!

Mark

On 11/04/08 18:29, M S wrote:

Hello list!

I was importing lidar data into a 3D point with the sqlite dbase driver. While it was chugging on that, I tried to import some simple polygon data. I got a "database locked" message.

Does this mean that database access in a mapset (when using sqlite) is limited to one vector at a time?

If your SQLITE database is one single file containing all the tables of all vectors then I wouldn't be surprised that this was the case.

See here: http://www.sqlite.org/lockingv3.html

Moritz