Hi all,
   I am trying to know how I can use bind array. I am having Perl version 5.6 and i am 
working in windows 2k.
what I tried is as follows.

$sth = $g_dbh->prepare(q{
BEGIN  
test_1.P1(
?,
?,
?,
?);
END;
});
$sth->bind_param_array(1,[EMAIL PROTECTED]);
$sth->bind_param_array(2,[EMAIL PROTECTED]);
$sth->bind_param_array(3,[EMAIL PROTECTED]);
$sth->bind_param_array(4,[EMAIL PROTECTED]);

$sth->execute();

I don't think there is a syntax error in this. Is this function is supported only in 
5.8 onwards.
Please let me know

Thanks & Regards
Murugan

-----------------------------------
smiles make others believe  
-----------------------------------Get more from the Web.  FREE MSN Explorer download 
: http://explorer.msn.com

Reply via email to