Ticket #920 (closed defect: invalid)
db.tables is unable to open database in Grass 6.5 using sqlite
| Reported by: | epatton | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.5.0 |
| Component: | Database | Version: | svn-develbranch6 |
| Keywords: | sqlite | Cc: | |
| Platform: | Linux | CPU: | x86-64 |
Description
db.tables gives an error when I try to print a list of tables in my current Location:
db.connect -p
driver:sqlite
database:/home/epatton/Projects/Canso/PERMANENT/databases/Canso.db
schema:
group:
db.tables -p
DBMI-SQLite driver error:
Unable to open database: unable to open database file
ERROR: Unable to open database
</home/epatton/Projects/Canso/PERMANENT/databases/Canso.db>
The directory where my database is located is readable, writable, and owned by me. I can also browse the database in question using sqlitebrowser with no problems; I just can't access it through Grass.
Am I overlooking something simple?
~ Eric.
Change History
Note: See
TracTickets for help on using
tickets.
