Hello to all,

I am struggling with creating the prepared statement, passing to it a
placeholder param, and then executing in "execute " statement.
It seems not to be working. Can you please give me a suggestion/fix to my
problem.

Thanx a lot,
Daniel 

PS: What am I doing wrong???
Oh. I use DBI version  1.15 .

my $sth_incl = $dbh->prepare(q{SELECT CL_DESC from FT_T_INCL WHERE
INDUS_CL_SET_ID=? AND CL_VALUE=?} ) || die $dbh->errstr;
......
......
$temp='BBINDGRP';
$x='0014';
.........
.........
$sth_incl->execute($temp, $x); 
   @indgrp = $sth_incl->fetchrow_array;
   print "@indgrp\n";





_____________________________________________________________________ 
IMPORTANT NOTICES: 
          This message is intended only for the addressee. Please notify the
sender by e-mail if you are not the intended recipient. If you are not the
intended recipient, you may not copy, disclose, or distribute this message
or its contents to any other person and any such actions may be unlawful.

         Banc of America Securities LLC("BAS") does not accept time
sensitive, action-oriented messages or transaction orders, including orders
to purchase or sell securities, via e-mail.

         BAS reserves the right to monitor and review the content of all
messages sent to or from this e-mail address. Messages sent to or from this
e-mail address may be stored on the BAS e-mail system.


Reply via email to