[GRASS-user] Error in sqlite3_step()

Moritz Lennert mlennert at club.worldonline.be
Fri Apr 3 03:31:55 EDT 2009


On 03/04/09 09:10, Craig Leat wrote:
> Moritz wrote:
>> What does v.db.connect -p show for each of the two maps ?
> 
> v.db.connect -p map=SBC1
> Vector map <SBC1 at craig> is connected by:
> layer <1> table <SBC1> in database
> </home/craig/GIS/grassdata/uMDM_ll/craig/sqlite.db> through driver
> <sqlite> with key <cat>
> 
> v.db.connect -p map=SBC2
> Vector map <SBC2 at craig> is connected by:
> layer <1> table <SBC2> in database
> </home/craig/GIS/grassdata/uMDM_ll/craig/sqlite.db> through driver
> <sqlite> with key <cat>

And what about v.info -c / v.db.connect -p SBC_0607 ?
db.connect -p ?

Also what do you see when you run

sqlite3 /home/craig/GIS/grassdata/uMDM_ll/craig/sqlite.db

?

And then .tables and/or .schema TableName at the command prompt ?

Maybe you can also set

g.gisenv set=DEBUG=3

and see if you get any useful debug info.

Moritz


More information about the grass-user mailing list