On Thu, 31 May 2001, [iso-8859-1] Hèctor Alòs i Font wrote:
..
> Simply something as simple as :
> 
> $sth = $dbh->prepare ("select FIELD from TABLE where
> IDENTIFIER=?");
> $sth->execute ('VALUE');
> ($field_value) = $sth->fetchrow_array;

Make sure to do an

$sth->finish;

before quitting. This will eliminate the warning.


-- 
Orlando Andico <[EMAIL PROTECTED]>
Mosaic Communications, Inc.

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GE d(-) s: a-25 C++++ UBLSI++++$ P+++ L+++>++++ E- W++ N(+)
o K? w O-- M- !V PS(++) PE- Y PGP-- t(+)@ 5(+) X++@ R(+) tv@
b++ DI++ G e++@ h--(*) r% y+
------END GEEK CODE BLOCK------

Reply via email to