I'm happy to use a design tool of some sort to do this although a ready
made application would be easier/quicker of course. I don't want to
code the whole thing from scratch though.
What I want is what MS Access calls a tabular form in its design wizard
and is also what it presents you with by default if you open a table
directly.
I need this to run under Linux as a desktop application or alternatively
a web application would be fine, I have apache2 with PHP etc. running on
my desktop machine here.
I've searched around quite a lot for something that can do this for me
but haven't found anything yet. There are lots of database management
programs (such as sqlitebrowser and sqliteman) but while they do a good
job of managing a database they're really not built for entering data.
I just want an executable I can run with database name and table name as
parameters, e.g.:-
myDataEditor somedatabase.db tablexyz
... and it fires up a window with the rows/columns in a grid and allows
me to edit. I don't want to have to navigate through menus and options
to get there.
Any ideas or suggestions would be very welcome.
--
Chris Green
_______________________________________________
sqlite-users mailing list
sqlite...@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Hello Chris,
You should look at Dojo javascript library, I think they have the widget
you are looking for. Of course you still need the back-end plumbing (PHP
I suppose).
Best wishes
Noël
That seems rather a long way (in terms of the amount of programming that
would be involved) from where I want to be. Dojo appears to be an
excellent general purpose Javascript framework but doesn't really
address my requirement directly.
Note that while I *could* use a web application that isn't a
requirement, a native Linux application running on my desktop is all I
actually need.
Regards,
David
_______________________________________________
http://sourceforge.net/projects/myjsqlview/
To use with SQLite download Xerial JDBC and install in java/lib/ext/
directory.
http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC#WhatisdifferentfromZentussSQLiteJDBC
danap.
> -- Chris Green