Thread
:
sqlite3
View Single Post
brendan
2007-10-05 , 02:08
Posts: 531 | Thanked: 79 times | Joined on Oct 2006 @ This side of insane, that side of genius
#
7
what didn't show up was that i also did a 'select * from poi;' and got no returned record set. i was trying to explicitly specify the database and table in dotted, object-oriented fashion. that, too, didn't work.
sqlite> .schema
CREATE TABLE category (cat_id integer PRIMARY KEY,label text, desc text, enabled integer);
CREATE TABLE poi (poi_id integer PRIMARY KEY, lat real, lon real, label text, desc text, cat_id integer);
sqlite>
__________________
Nokia n800
OS 2008
Pharos iGPS 360-BT
ElmScan 5 BlueTooth
BlackBerry Bold (9000)
AT&T Wireless
Quote & Reply
|
brendan
View Public Profile
Send a private message to brendan
Find all posts by brendan