On Mon, 10 Jun 2002, Paul DuBois wrote: > Date: Mon, 10 Jun 2002 10:41:12 -0500 > From: Paul DuBois <[EMAIL PROTECTED]> > To: Hytham Shehab <[EMAIL PROTECTED]>, dbi <[EMAIL PROTECTED]> > Subject: Re: Fw: mysql query statement > > At 18:35 +0300 6/10/02, Hytham Shehab wrote: > >So, how can i make a statement like these without writing it explicity in > >the prepare statement? > > Do you mean "how can I write a statement where I can arbitrarily change > any part of it at execute() time?" > > If so, you can't. > > > > >thx guys. > > > >-- > >Hytham Shehab
dbh->selectrow_array(...). and its cousins are more appropriate. Sincerely, William Mussatto, Senior Systems Engineer CyberStrategies, Inc ph. 909-920-9154 ext. 27
