I once developped a simple table viewer using WTL and windows ListView.
Very lighweight and very speedy.
Of course it was windows only and read only.
I suppose that a modern editable version using Qt would be even easier to
develop ?

Noël


On 25 March 2013 12:41, <c...@isbd.net> wrote:

> Stephen Chrzanowski <pontia...@gmail.com> wrote:
> > Reading further on, I see that you're looking at end-user.  This changes
> > things a bit.  Now you're looking at trying to make things user-proof,
> > maintain data integrity (Who said 1<>one?), validate data, so on and so
> > on.  You're probably looking at custom code now.
> >
> Yes, though the end-user is mostly me so I'm not so fussed about data
> integrity.  It's very simple data, a date, a couple of columns with
> numbers in and a text column.  If it gets confused because I've
> mis-formatted a date I can simply correct the entry, it doesn't need
> heavyweight validation.
>
>
> > But, if you can trust the user(s), I'd STILL say don't reinvent, but just
> > use a something that is already written.
> >
> That's exactly where I'm coming from, I'm desperately trying not to
> re-invent the wheel but all I can find is complete bicycles!  :-)
>
> I want a simple application with low overheads (i.e. fast to load *and*
> with no DBMS extras not needed for data entry) and there really don't
> seem to be any out there.
>
> --
> Chris Green
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Noël Frankinet
Strategis sprl
0478/90.92.54
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to