On Sat, Aug 07, 2004 at 04:53:44PM +0000, amonotod wrote: > > From: Olivier Poulet <[EMAIL PROTECTED]> > > Date: 2004/08/07 Sat AM 09:39:59 GMT > > my $sql =<<'EOFSQL'; > > SELECT > > LOWER(field_one) > > as field_one > > >, field_two, UPPER(field_three) > > as field_three > > > FROM sample_table (NOLOCK) > > WHERE > > field_one = ? > > EOFSQL > > That should do it...
Perhaps. But it still looks like a DBD::ADO driver bug. Tim.
