On 10 Dec 2012, at 11:00am, Gilles Ganault <gilles.gana...@free.fr> wrote:

> That's why I thought there could be a need for a datagrid that would
> save data in SQLite and provide basic sort/search functions.

There are lots of people who manipulate data that way, but they tend to export 
their data from the SQLite database into their favourite spreadsheet app, do 
the manipulation there, then reimport to SQLite.  This prevents them from 
having to use an app which doesn't have all the facilities they expect from 
their spreadsheet app.

The SQLite shell tool (free) makes the export and import processes easy (can be 
done in one command).

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to