rrwo has asked for the wisdom of the Perl Monks concerning the following question:
Are there any modules for generating SQL queries?
I have some prototype code for generating simple queries, wyhere fields, sorting order, and where clauses with a mix of ANDs and ORs can be specified. But before I continue on this track....is there already such a module?
I've found Text::Query::BuildSQL, but this uses AltaVista-like syntax and isn't what I'm looking for.
The reason I want more detailed functionality is so that
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is there a module to generate SQL queries?
by andreychek (Parson) on Oct 25, 2001 at 03:26 UTC | |
by rrwo (Friar) on Oct 25, 2001 at 06:03 UTC | |
|
Re: Is there a module to generate SQL queries?
by Fletch (Bishop) on Oct 25, 2001 at 07:57 UTC | |
|
Re: Is there a module to generate SQL queries?
by brother ab (Scribe) on Oct 25, 2001 at 09:35 UTC | |
|
Re: Is there a module to generate SQL queries?
by rrwo (Friar) on Nov 08, 2001 at 09:31 UTC |