On Oct 22, 6:39 pm, [EMAIL PROTECTED] (Jenda Krynicky) wrote:
> > I am assigning a variable dynamically and using it in a query to
> > fetch values from my database. Here is the pseudo code...
>
> > ###
> > my $string ;
> > my $q1 = "select * from bugs where target_milestone = ? and date
sorry if i mispelled your word Jenda
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
> I am assigning a variable dynamically and using it in a query to
> fetch values from my database. Here is the pseudo code...
>
> ###
> my $string ;
> my $q1 = "select * from bugs where target_milestone = ? and date
> between ? and ?;
> my $q2 = "select * from bugs where $string and tar
On Oct 22, 4:48 pm, [EMAIL PROTECTED] (Jeff Pang) wrote:
> On 10/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi forum!!!
>
> > I am assigning a variable dynamically and using it in a query to
> > fetch values from my database. Here is the pseudo code...
>
> > ###
> > my
On 10/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi forum!!!
>
> I am assigning a variable dynamically and using it in a query to
> fetch values from my database. Here is the pseudo code...
>
> ###
> my $string ;
> my $q1 = "select * from bugs where target_milestone = ? and dat
Hi forum!!!
I am assigning a variable dynamically and using it in a query to
fetch values from my database. Here is the pseudo code...
###
my $string ;
my $q1 = "select * from bugs where target_milestone = ? and date
between ? and ?;
my $q2 = "select * from bugs where $string and target