in reply to Re: 'automating' SQL queries, use Class::DBI?
in thread 'automating' SQL queries, use Class::DBI?

i don't expect there to be a good way of generating everything should of a lot of concatenation ... :-(

and i'm not particularly fond of table --> object mapping ( if it's a one-to-one relationship ). i've already had to deal with a 'home-grown' solution with a previous job that just became unmaintainable, unweildy, slow, and excessively complicated.

  • Comment on Re: Re: 'automating' SQL queries, use Class::DBI?

Replies are listed 'Best First'.
Re: Re: Re: 'automating' SQL queries, use Class::DBI?
by perrin (Chancellor) on Jan 28, 2004 at 04:39 UTC
    Class::DBI is better than most homegrown versions of this sort of application, which is why people use it.