Re: [GENERAL] Data Entry Tool for PostgreSQL

2005-09-26 Thread Mike Nolan
> I would have thought a php appliction would be able to this fairly > easily. My data entry scripts insert the new records with just a primary > key, then iterate through the various fields using an update sql for each > one which is not null. A generalized program to do this for (nearly) any tab

Re: [GENERAL] Data Entry Tool for PostgreSQL

2005-09-26 Thread John DeSoi
On Sep 26, 2005, at 11:45 AM, Sean Davis wrote: These types of applications are typically called "CRUD" applications (Create, Read, Update, and Delete). Perl, Ruby, and Java, at least, have frameworks for building CRUD applications in a fairly straightforward (depending on needs and customi

Re: [GENERAL] Data Entry Tool for PostgreSQL

2005-09-26 Thread Sean Davis
On 9/25/05 8:49 PM, "Brent Wood" <[EMAIL PROTECTED]> wrote: > > > On Fri, 23 Sep 2005, Ian Overton wrote: > >> Hello, >> >> We have a web application using PHP, Linux and PostgreSQL. We need a >> simple data entry tool to allow non-IT people to edit data in our database >> through a web-brows

Re: [GENERAL] Data Entry Tool for PostgreSQL

2005-09-26 Thread Brent Wood
On Fri, 23 Sep 2005, Ian Overton wrote: > Hello, > > We have a web application using PHP, Linux and PostgreSQL. We need a > simple data entry tool to allow non-IT people to edit data in our database > through a web-browser. Are there any free or commercial data management > tools out there, no

Re: [GENERAL] Data Entry Tool for PostgreSQL

2005-09-23 Thread Mike Nolan
> We have a web application using PHP, Linux and PostgreSQL. We need a > simple data entry tool to allow non-IT people to edit data in our database > through a web-browser. Are there any free or commercial data management > tools out there, not database management tools like pgAdmin. I have been

Re: [GENERAL] Data Entry Tool for PostgreSQL

2005-09-23 Thread Hannes Dorbath
On 23.09.2005 07:21, Ian Overton wrote: or commercial data management tools out there, not database management tools like pgAdmin. If you are after something commercial, we develop such things. Our solution /can/ be made to work in any mozilla based browser, but most customers prefer the sta

Re: [GENERAL] Data Entry Tool for PostgreSQL

2005-09-23 Thread Hannes Dorbath
On 23.09.2005 07:21, Ian Overton wrote: We have a web application using PHP, Linux and PostgreSQL. We need a simple data entry tool to allow non-IT people to edit data in our database through a web-browser. Are there any free or commercial data management tools out there, not database managemen

[GENERAL] Data Entry Tool for PostgreSQL

2005-09-23 Thread Ian Overton
Hello, We have a web application using PHP, Linux and PostgreSQL. We need a simple data entry tool to allow non-IT people to edit data in our database through a web-browser. Are there any free or commercial data management tools out there, not database management tools like pgAdmin. Regards, Ia