Looking for a 'grid' data entry tool for sqlite (or maybe mysql)
Chris Green
cl at isbd.net
Wed Jan 18 17:01:34 UTC 2012
On Wed, Jan 18, 2012 at 09:10:27PM +0800, Justin Jereza wrote:
> > Have you considered exporting from the DB to csv, editing it in a
> spreadsheet, save as csv, and import from csv to DB?
>
> Whoops... I wasn't thinking properly. Merging changes with this method
> would be horrible.
>
There's no need to merge, the amount of data is small enough that one
could simply get all the data, do the changes, delete the old database
and then write the data back. Remember this will probably use sqlite so,
given one table per database file, this would be pretty easy.
--
Chris Green
More information about the ubuntu-users
mailing list