Re: Web Database Applications in perl

2002-12-07 Thread Tony Bowden
On Sat, Dec 07, 2002 at 12:34:16PM +, Alex McLintock wrote: > Are there any code examples for TT and Class::DBI::FromCGI apart from the > perldoc? Not really. I keep meaning to put some together, but never really get around to it. I'll happily field questions on it all though. Tony

Re: Web Database Applications in perl

2002-12-07 Thread Alex McLintock
At 09:55 07/12/02, Tony Bowden wrote: On Fri, Dec 06, 2002 at 01:20:35PM +, Tim Sweetman wrote: > > One of the most common things I need to do is provide some sort of web > Class::DBI? It's a good first step, especially when used with TT. But you'll still need a lot of glue to implement the a

Re: Web Database Applications in perl

2002-12-07 Thread Tony Bowden
On Fri, Dec 06, 2002 at 01:20:35PM +, Tim Sweetman wrote: > > One of the most common things I need to do is provide some sort of web > Class::DBI? It's a good first step, especially when used with TT. But you'll still need a lot of glue to implement the actual CRUD interface. Not as much as wr

Re: Web Database Applications in perl

2002-12-06 Thread Jon Reades
Alex McLintock wrote: I've never seen anything that high level mentioned on CPAN. Does anyone know what I should be looking at? Not off-hand, but you can always get some good mileage out of one of the mod_perl extensions (such as HTML::Mason) and a good standard naming schema for your table

Re: Web Database Applications in perl

2002-12-06 Thread Jonathan Peterson
Alex McLintock wrote: Hi folks, One of the most common things I need to do is provide some sort of web interface to a database. What? Really! Wow, that's unusual ;-) For some applications I might use something like the MySQL-ODBC link so that I can use Excel or Access as a Windows client.

Re: Web Database Applications in perl

2002-12-06 Thread Tim Sweetman
Alex McLintock wrote: > > Hi folks, > > One of the most common things I need to do is provide some sort of web > interface to a database. Class::DBI? -- Tim Sweetman A L Digital Who could believe an ant in theory? A giraffe in blueprint? Ten thousand doctors of what's possible Could reason half

Web Database Applications in perl

2002-12-06 Thread Alex McLintock
Hi folks, One of the most common things I need to do is provide some sort of web interface to a database. For instance I want to implement a database for review books I have received, who is reviewing them, who sent us the book, and so on. I'm trying to figure out the easiest way to do this - pr