Re: [GRASS-user] How to use SQLite command

2008-07-26 Thread SGW00412
Hi I understand these advice. It need to rebuild or re-compile grass, I guess. Thank you. shimada - [EMAIL PROTECTED] Dear all Thank you useful advice but I failed. I installed splite3 by using cygwin set up module. After that, I check splite3 operation at command line.

Re: [GRASS-user] How to use SQLite command

2008-07-26 Thread Martin Landa
Hi 2008/7/26 [EMAIL PROTECTED]: It need to rebuild or re-compile grass, I guess. yes, you also need dev sqlite package for compilation. Good luck, Martin -- Martin Landa landa.martin gmail.com * http://gama.fsv.cvut.cz/~landa * ___ grass-user

Re: [GRASS-user] How to use SQLite command

2008-07-26 Thread SGW00412
I changed grass-platform from Cygwin to ubuntu with WMare palyer. As a result, my problem was solved successfully. Thank you for kind advices. shimada --- Martin Landa [EMAIL PROTECTED]‚³‚ñF Hi 2008/7/26 [EMAIL PROTECTED]: It need to rebuild or re-compile grass, I guess. yes,

Re: [GRASS-user] How to use SQLite command

2008-07-25 Thread Martin Landa
Hi, 2008/7/25 [EMAIL PROTECTED]: I want to manage grass database with SQLite So, I input following command from keyboard: db.connect driver=sqlite database='gis/latlon_jpn/PERMANENT/sqlite.db' Error: value sqlite out of range for parameter driver Legal range: dbf,ogr,pg Why

Re: [GRASS-user] How to use SQLite command

2008-07-25 Thread Maciej Sieczka
[EMAIL PROTECTED] pisze: db.connect driver=sqlite database='gis/latlon_jpn/PERMANENT/sqlite.db' Error: value sqlite out of range for parameter driver Legal range: dbf,ogr,pg Why error massage ? Apparently your GRASS installation is not built with SQLite support. grass manual wrote

Re: [GRASS-user] How to use SQLite command

2008-07-25 Thread SGW00412
Dear all Thank you useful advice but I failed. I installed splite3 by using cygwin set up module. After that, I check splite3 operation at command line. GRASS 6.3.0 (idokeido_japan):~ sqlite3 SQLite version 3.5.1 I made new mapset as follows: g.mapset -c mapset=new_db

[GRASS-user] How to use SQLite command

2008-07-24 Thread sgw00412
Dear all I want to manage grass database with SQLite So, I input following command from keyboard: db.connect driver=sqlite database='gis/latlon_jpn/PERMANENT/sqlite.db' Error: value sqlite out of range for parameter driver Legal range: dbf,ogr,pg Why error massage ? grass manual