Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-27 Thread Stephen Chrzanowski
The black and white of it, you're looking at something home brew then. No one is going to have anything that is plain and simple enough that does exactly what you want it to do without a lot of extra fluff, and with the additional "kind-of-a-restriction" of being under Linux, I can't offer

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-25 Thread Walter Hurry
On Sat, 23 Mar 2013 15:53:14 +, cl-RxdKpHOThMg wrote: > I'm looking for a straightforward way to edit the *data* in sqlite > tables, or at least a simple GUI for creating forms to edit sqlite > tables. > > I don't need *any* database management and I don't want it in this > application

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-25 Thread Noel Frankinet
Back in the old time there was dbase.I'm always dreaming of a sqlite based dbase. One can be done with tcl + tk sqlite, but I find tcl and tk way too big today. On 25 March 2013 14:17, Simon Slavin wrote: > > On 25 Mar 2013, at 11:35am, c...@isbd.net wrote: > > > I don't

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-25 Thread Simon Slavin
On 25 Mar 2013, at 11:35am, c...@isbd.net wrote: > I don't want to load/use a DBMS *when I'm editing the data*. Of course > a database management program is an excellent tool for managing the > database, but they're generally rubbish at making it easy to enter data > into the database. Yeah,

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-25 Thread Noel Frankinet
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, wrote: >

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-25 Thread cl
Stephen Chrzanowski 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

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-25 Thread cl
Stephen Chrzanowski wrote: > > I know you said you didn't want a DBMS, but really, when you're saying > you're willing to write an application to manage the data, you're writing a > DBMS. Save time, don't reinvent the wheel unless you're going on a > learning adventure. >

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-24 Thread Stephen Chrzanowski
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. But, if you can trust the

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-24 Thread Stephen Chrzanowski
SQLite Expert (http://www.sqliteexpert.com/) is free for basic use. Reading over your original post, 'smells' like you're using Linux. This should run in WINE, but I've not tried. Load up the database, select the table, click the DATA tab, and poof, you have your data which you can edit in-line

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-24 Thread cl
BareFeetWare wrote: > On 24/03/2013, at 2:53 AM, c...@isbd.net wrote: > > > I'm looking for a straightforward way to edit the *data* in sqlite tables, > or at least a simple GUI for creating forms to edit sqlite tables. > > > I suggest Navicat Essentials for

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-24 Thread cl
Alessandro Marzocchi wrote: > Sqlite browser? Exactly what I'm trying to get away from. Sqlite browser is an excellent database management too but an absolutely awful tool for entering data into the database. To even get to the point where one can enter data

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-24 Thread BareFeetWare
On 24/03/2013, at 2:53 AM, c...@isbd.net wrote: > I'm looking for a straightforward way to edit the *data* in sqlite tables, or > at least a simple GUI for creating forms to edit sqlite tables. I suggest Navicat Essentials for SQLite. It's about $10 and is currently probably the best SQLite

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-24 Thread Alessandro Marzocchi
Sqlite browser? Il giorno 24/mar/2013 20:57, ha scritto: > I'm looking for a straightforward way to edit the *data* in sqlite > tables, or at least a simple GUI for creating forms to edit sqlite > tables. > > I don't need *any* database management and I don't want it in this >

[sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-24 Thread cl
I'm looking for a straightforward way to edit the *data* in sqlite tables, or at least a simple GUI for creating forms to edit sqlite tables. I don't need *any* database management and I don't want it in this application either because I want to be able simply to issue a command like:- app