Hi all.

Example code:
$dbh->bind_param_array(1, [EMAIL PROTECTED], \%attr); 
$dbh->bind_param_array(2, [EMAIL PROTECTED], \%attr); 
$sth->execute_array(\%attr)

I am trying to understand this example. I don't understand how the attr hash 
is supposed to be buildt, but I guess it is supposed to (for the case of 
mysql at least) contain something like SQL_VARCHAR and similar.

I found the example here:
http://search.cpan.org/src/TIMB/DBI_AdvancedTalk_2004/tsld077.htm

Hope someone can help or direct me to a more comprehensive DBI tutorial on the 
web.

Thanks!

-- 
Bjørge Solli - Office:+47 55205847
Mohn-Sverdrupsenteret, Nansensenteret, Høyteknologisenteret T47
Thormöhlensgate 47, 5006 Bergen, Norway - www.nersc.no
Google Earth: www.nersc.no/GE - TOPAZ: topaz.nersc.no

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to