Thread
:
Announce - New app datable
View Single Post
rcull
2008-01-28 , 17:07
Posts: 299 | Thanked: 168 times | Joined on Jun 2006 @ Wales UK
#
9
FGol
If you have sqlite3 installed ( dbs are transferable so you can use your PC )
sqlite3 databasename
From the sqlite3> prompt
.mode csv ( or tabs,sql etc )
.import <filename> <tablename>
You must obviously have the right columns in the right order etc.
You could also wait a few days
I'm just finishing 0.0.4 ( open and save dialogs for dbs and output files + the start of a settings page ).
After that I intend to add an import facility (probably just comma or tab seperated).
Rick
Quote & Reply
|
rcull
View Public Profile
Send a private message to rcull
Find all posts by rcull