[GRASS-windows] db.execute not working

Glynn Clements glynn at gclements.plus.com
Thu Oct 7 04:42:10 EDT 2010


Louis Becker wrote:

> DBMI-SQlite driver error:
> Error in sqlite3_step()
> not an error
> 
> ERROR: Error while executing: 'select * from Coverage2011_4
>       '

I don't know if it's related, but you probably shouldn't be using
db.execute for a select statement. You would normally use db.select
for queries.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-windows mailing list