Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > simple mysql table browser with sort / filter and edit option

Reply
Thread Tools

simple mysql table browser with sort / filter and edit option

 
 
news reader
Guest
Posts: n/a
 
      03-25-2006
Hi,



Does anoone of you know if there is already a simple application doing
something like this.
I would enhance / tune the missing features, but would like to avoid to
start from scratch or to start from something, that has far too many
features and is difficult to setup.


Usecase: a group sheet as collabortation tool.

Currently we're having a simple Excel file with one table and about 10
columns.
The process of downloading the table, modifying one or two entries and
uploading it again is not very efficient. Especially if multiple users
could try to modify different rows at the same time.


The table / sheet should be modifiable by any member.
(security is no issue, the data is non critical, the DB contains no
other data, the server could only be accessed by authorized users)


I thought, that having a MYSQL table with a simple web front end (PHP or
perl CGI) would be a nice idea.

PhPMyAdmin looks a little too complex and does not do exactly what I need.

Requirements:


filtering entries (pregenerated filters)
------------------------------------------
it should be possible to choose a 'where' conditions.
The idea would be to select pregenerated 'where' conditions from a list
(and perhaps even to enter conditions manually

selectable columns (pregenerated column views)
------------------------------------------------------
It should be possible to select which columns should be displayed.
(A list box should contain certain pre-created combinations of column
combinations).


sortable
----------
It should be possible to sort by columns (e.g. like in phpMyAdmin when
clicking on a column title)

Sorting by onbly one columns should be fine



editing a cell/row while having the default table view
--------------------------------------------------------

The look and feel of editing should be as close as possible to editing
an Excel spread sheet. (no formatting needed, no formulas needed, only
text and number entries)

Whether updates occur after every cell change or only when confirming a
row change is not that important.


very basic collision detection
---------------------------------

Very basic collision detection would be enough as described here:
When two users try to change the same table row at the same time, then
the user who 'submitted' first will win and the other one will get a
warning.


Thanks in advance for any suggestions and bye



N

 
Reply With Quote
 
 
 
 
Julia De Silva
Guest
Posts: n/a
 
      03-25-2006

> Does anoone of you know if there is already a simple application doing
> something like this.


Have you looked at http://www.navicat.com/ ?

I can't do without it !

J


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript Toolbox - Table Sort utility - Sort on column's @intattribute Rick Javascript 0 06-08-2010 11:44 PM
Snapshot restraint - edit, edit, edit Alan Browne Digital Photography 24 05-10-2005 10:15 PM
Snapshot restraint - edit, edit, edit Patrick Digital Photography 0 05-06-2005 10:53 PM
DBD:mysql doesn't read mysql option file /etc/my.cnf file JL Perl 0 01-28-2005 03:19 AM
Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. Navin ASP General 1 09-09-2003 07:16 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57