Hi Jeff, I think that if you use prepare and execute method, you must use finish. I had problems before in one my script, because i forgot to insert it.
Best Regards, Boris Penchev ----- Original Message ----- From: "Jeff Thies" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 2:21 AM Subject: $sth->finish > I've writen a lot of DBI code (CGI) for *nix/MySQL and never worried > about closing statement handles: $sth->finish(). I assumed that when the > script was done and it would tidy this up. > > Is this different on the windows/Access side? Is this something I > should have been doing all along on *nix? > > Should I worry about closing the database handle? > > Jeff >
