Re: Query in Perl

2006-09-19 Thread Karl . Moens
Vijay wrote: > > Hi All, > > I'm running a Perl statement to fetch some data from a database. > > Lets assume that I want to pull out some data whose description starts > with "ST:" > > I'm passing description as one of my parameter in my Perl code. I want > to assign a value to the descript

RE: Query in Perl

2006-09-19 Thread Deane . Rothenmaier
s changeable.  It is disastrous to confuse them." -- Madeleine L'Engle "Roode, Eric" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/19/2006 08:32 AM                 To:                 cc:                 Subject:        RE: Query in Perl It depends on wheth

RE: Query in Perl

2006-09-19 Thread Roode, Eric
It depends on whether you want to do the comparison in Perl or in the database. If in Perl, it depends on whether you want to do it in the main code, in a library, read from a config file, etc. If in the database, it depends on which database product you're using and what interface you're