full-featured online database apps

2002-04-24 Thread Adi Fairbank
Does anyone know of a good customizable, user-friendly, online database application, preferably mod_perl-based? I want to migrate a small Access database to MySQL with a web interface, for added features and room for growth. Has anyone come across a good open source project or toolkit that

Re: full-featured online database apps

2002-04-24 Thread Issac Goldstand
I've actually USED Ms Access for just this purpose on a few occasions... It's a lot easier to do using the GUI... Issac Adi Fairbank wrote: Does anyone know of a good customizable, user-friendly, online database application, preferably mod_perl-based? I want to migrate a small Access

Re: full-featured online database apps

2002-04-24 Thread Jon Robison
It was my understanding that there are numerous tools for converting tables like this at the mysql.com site. Some will even access the Access tables via ODBC and create a set of tables directly for you, or just make dumps that can be read into MySQL. Once made, Webmin does a good job of

Re: full-featured online database apps

2002-04-24 Thread Adi Fairbank
For example, what I'm looking for are other projects similar to Gedafe: http://isg.ee.ethz.ch/tools/gedafe/ but maybe with a more customizable front-end. -Adi

Re: full-featured online database apps

2002-04-24 Thread Ken Y. Clark
On Wed, 24 Apr 2002, Adi Fairbank wrote: Date: Wed, 24 Apr 2002 13:27:11 -0700 From: Adi Fairbank [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: full-featured online database apps For example, what I'm looking for are other projects similar to Gedafe: http://isg.ee.ethz.ch/tools

Re: full-featured online database apps

2002-04-24 Thread Peter Bi
Since the excellent HTML::Template, the codes becomes more re-usable... Peter - Original Message - From: Ken Y. Clark [EMAIL PROTECTED] To: Adi Fairbank [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 1:23 PM Subject: Re: full-featured online database apps

Re: full-featured online database apps

2002-04-24 Thread Wim Kerkhoff
PROTECTED] Sent: Wednesday, April 24, 2002 1:23 PM Subject: Re: full-featured online database apps I've written so many on-line database apps in mod_perl/MySQL/Oracle that I think I'll go crazy sometimes. They all have so much in common, esp. the typical administrative interface where

Re: full-featured online database apps

2002-04-24 Thread Peter Bi
24, 2002 1:50 PM Subject: Re: full-featured online database apps Since the excellent HTML::Template, the code becomes more re-usable... Sorry, had to be said. My point is that there are many templating systems to choose from. With a bit of fore thought, the Show, List, Delete, Add, etc buttons

RE: full-featured online database apps

2002-04-24 Thread Joe Breeden
[EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 1:50 PM Subject: Re: full-featured online database apps Since the excellent HTML::Template, the code becomes more re-usable... Sorry, had to be said. My point is that there are many templating systems to choose from. With a bit of fore

Re: full-featured online database apps

2002-04-24 Thread Perrin Harkins
Peter Bi wrote: Well, I changed it back to HTML::Template. No template flame wars, please. HTML::Template is not unique (it has much in common with Template Toolkit and dozens of other less famous modules from CPAN), and Embperl::Object is really pretty cool. Your original point about

[OT] Re: full-featured online database apps

2002-04-24 Thread Tatsuhiko Miyagawa
At Wed, 24 Apr 2002 14:05:38 -0700, Peter Bi wrote: Well, I changed it back to HTML::Template . It takes relatively less time to work it out with graphic designers. plug I've made simple utilities (fot TT and H::T) to help perl developers having a nightmare with co-work with designers. See

Re: full-featured online database apps

2002-04-24 Thread Peter Bi
. Peter - Original Message - From: Perrin Harkins [EMAIL PROTECTED] To: Peter Bi [EMAIL PROTECTED] Cc: Wim Kerkhoff [EMAIL PROTECTED]; [EMAIL PROTECTED]; Ken Y. Clark [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 2:08 PM Subject: Re: full-featured online database apps Peter Bi wrote