Well, summarizing all the answers and assuming using Mysql

1. $sth->finish should be used if (and ONLY if) the 
   the returned data (any SELECT, but not INSERT, UPDATE?)
   has not been fetched ALL and $sth is going to be
   overwritten..

2. $sth (defined as 'my') should not call finish before it
   gets out of scope..

Vlad/
   

Reply via email to