in reply to Error with SELECT and MySQL

You need to call finish() on $sth before you disconnect:

$sth->finish(); # wrap it all up before disconnecting $dbh->disconnect;

tachyon

s&&rsenoyhcatreve&&&s&n\w+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print

Replies are listed 'Best First'.
Re: Re: Error with SELECT and MySQL
by bobione (Pilgrim) on Jul 05, 2001 at 01:01 UTC
    Ok, thanks a lot... That was my mistake.

    BobiOne KenoBi ;)